Gets the sampling method.
Read-only property
[Visual Basic .NET] |
---|
Public Property SamplingMethod() As IAgCommSystemAccessSamplingMethod
|
[C#] |
---|
public IAgCommSystemAccessSamplingMethod SamplingMethod {get;}
|
[Managed C++] |
---|
public: __property IAgCommSystemAccessSamplingMethod^ get_SamplingMethod();
|
[Unmanaged C++] |
---|
public: HRESULT get_SamplingMethod(
|
[Java] |
---|
public IAgCommSystemAccessSamplingMethod getSamplingMethod();
|