[Missing <summary> documentation for "P:TinCan.StatementsQuery.verbId"]

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

Syntax

C#
public Uri verbId { get; set; }
Visual Basic
Public Property verbId As Uri
	Get
	Set
Visual C++
public:
property Uri^ verbId {
	Uri^ get ();
	void set (Uri^ value);
}
F#
member verbId : Uri with get, set

Property Value

Type: Uri

See Also