ConnectedServiceMetadata.ServiceUri Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property ServiceUri As Uri
public Uri ServiceUri { get; set; }
public:
property Uri^ ServiceUri {
Uri^ get ();
void set (Uri^ value);
}
member ServiceUri : Uri with get, set
function get ServiceUri () : Uri
function set ServiceUri (value : Uri)
Property Value
Type: System.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.