Get the type of parameter set.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgECrdnParameterSetType |
[C#] |
---|
public AgECrdnParameterSetType Type {get;} |
[Managed C++] |
---|
public: __property AgECrdnParameterSetType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgECrdnParameterSetType * pRetVal ); |
[Java] |
---|
public AgECrdnParameterSetType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgECrdnParameterSetType": |