Get the member of this Asset in Array form

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IAssetMember[] Members { get; }
Visual Basic
ReadOnly Property Members As IAssetMember()
	Get
Visual C++
property array<IAssetMember^>^ Members {
	array<IAssetMember^>^ get ();
}

See Also