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

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

Property Value

Type: String

Implements

StatementTarget..::..ObjectType

See Also