UniValue GetProperties Method ( Attribute )Nemiro.OAuth
Returns the properties for this instance of a component using the attribute array as a filter.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public PropertyDescriptorCollection GetProperties(
	Attribute[] attributes
)

Parameters

attributes
Type:  System Attribute 
An array of type Attribute that is used as a filter.

Return Value

Type: PropertyDescriptorCollection

Implements

ICustomTypeDescriptor GetProperties( Attribute )
See Also