[Missing <summary> documentation for "P:TinCan.Statement.id"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public Nullable<Guid> id { get; set; }
Visual Basic
Public Property id As Nullable(Of Guid)
	Get
	Set
Visual C++
public:
property Nullable<Guid> id {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}
F#
member id : Nullable<Guid> with get, set

Property Value

Type: Nullable<(Of <(<'Guid>)>)>

See Also