[Missing <summary> documentation for "P:TinCan.Group.ObjectType"]
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public override string ObjectType { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property ObjectType As String Get |
| Visual C++ |
|---|
public: virtual property String^ ObjectType { String^ get () override; } |
| F# |
|---|
abstract ObjectType : string with get override ObjectType : string with get |