[Missing <summary> documentation for "P:TinCan.ActivityDefinition.type"]
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 |