Gets the access sampling method type.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgECommSystemAccessSamplingMethodType |
[C#] |
---|
public AgECommSystemAccessSamplingMethodType Type {get;} |
[Managed C++] |
---|
public: __property AgECommSystemAccessSamplingMethodType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgECommSystemAccessSamplingMethodType * pVal ); |
[Java] |
---|
public AgECommSystemAccessSamplingMethodType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgECommSystemAccessSamplingMethodType": |