The object properties (field or variable properties).

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

Syntax

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

See Also