[Missing <summary> documentation for "P:TinCan.Group.ObjectType"]

Namespace: TinCan
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

Property Value

Type: String

Implements

StatementTarget..::..ObjectType

See Also