Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Collection Uri
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CollectionUri As Uri
[DataMemberAttribute]
public Uri CollectionUri { get; set; }
[DataMemberAttribute]
public:
property Uri^ CollectionUri {
Uri^ get ();
void set (Uri^ value);
}
[<DataMemberAttribute>]
member CollectionUri : Uri with get, set
function get CollectionUri () : Uri
function set CollectionUri (value : 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.