[Missing <summary> documentation for "P:TinCan.ActivityDefinition.type"]

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

Syntax

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

Property Value

Type: Uri

See Also