BuildMachineResponse.CollectionUri Property
Collection the build is located in
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientTypeAttribute(GetType(Uri))> _
Public Property CollectionUri As String
[ClientTypeAttribute(typeof(Uri))]
public string CollectionUri { get; set; }
[ClientTypeAttribute(typeof(Uri))]
public:
property String^ CollectionUri {
String^ get ();
void set (String^ value);
}
[<ClientTypeAttribute(typeof(Uri))>]
member CollectionUri : string with get, set
function get CollectionUri () : String
function set CollectionUri (value : String)
Property Value
Type: System.String
.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.