BuildMachineConfiguration.ServiceHostUri Property
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property ServiceHostUri As Uri
[DataMemberAttribute(IsRequired = true)]
public Uri ServiceHostUri { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property Uri^ ServiceHostUri {
Uri^ get ();
void set (Uri^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ServiceHostUri : Uri with get, set
function get ServiceHostUri () : Uri
function set ServiceHostUri (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.