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(
|
| [Java] |
|---|
public AgEPropertyInfoValueType getPropertyType();
|