IDefinitionModel.Uri Property
The Uri of the definition
Namespace: Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
ReadOnly Property Uri As Uri
Uri Uri { get; }
property Uri^ Uri {
Uri^ get ();
}
abstract Uri : Uri with get
function get Uri () : Uri
Property Value
Type: System.Uri
Returns Uri.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace