Get the collection of properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property Properties() As IAgPropertyInfoCollection |
[C#] |
---|
public IAgPropertyInfoCollection Properties {get;} |
[Managed C++] |
---|
public: __property IAgPropertyInfoCollection ^ get_Properties(); |
[Unmanaged C++] |
---|
public: HRESULT get_Properties( IAgPropertyInfoCollection ** ppRetVal ); |
[Java] |
---|
public IAgPropertyInfoCollection getProperties(); |
[Python - STK API ] |
---|
@property def Properties(self) -> "IAgPropertyInfoCollection": |