Returns an interface that exposes common
tasks.
Read-only property
[Visual Basic .NET] |
---|
Public Property CommonTasks() As IAgSnCommonTasks
|
[C#] |
---|
public IAgSnCommonTasks CommonTasks {get;}
|
[Managed C++] |
---|
public: __property IAgSnCommonTasks^ get_CommonTasks();
|
[Unmanaged C++] |
---|
public: HRESULT get_CommonTasks(
|
[Java] |
---|
public IAgSnCommonTasks getCommonTasks();
|