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