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( IAgSnCommonTasks ** ppRetVal ); |
[Java] |
---|
public IAgSnCommonTasks getCommonTasks(); |
[Python - STK API ] |
---|
@property def CommonTasks(self) -> "IAgSnCommonTasks": |