Returns an array of all set members of this property. Only members of that array are allowed for the value of this property.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
string[] SetMember { get; }
Visual Basic (Declaration)
ReadOnly Property SetMember As String()
Visual C++
property array<String^>^ SetMember {
	array<String^>^ get ();
}

See Also