Get the type of property.
Read-only property
[Visual Basic .NET] |
---|
Public Property PropertyType() As AgEPropertyInfoValueType |
[C#] |
---|
public AgEPropertyInfoValueType PropertyType {get;} |
[Managed C++] |
---|
public: __property AgEPropertyInfoValueType get_PropertyType(); |
[Unmanaged C++] |
---|
public: HRESULT get_PropertyType( AgEPropertyInfoValueType * pVal ); |
[Java] |
---|
public AgEPropertyInfoValueType getPropertyType(); |
[Python - STK API ] |
---|
@property def PropertyType(self) -> "AgEPropertyInfoValueType": |