Returns whether the current instance is a VGT template.
Read-only property
[Visual Basic .NET] |
---|
Public Property IsTemplate() As Boolean |
[C#] |
---|
public bool IsTemplate {get;} |
[Managed C++] |
---|
public: __property bool get_IsTemplate(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsTemplate( VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool getIsTemplate(); |