ClientNotificationSubscription.ServiceUri Property
Namespace: Microsoft.VisualStudio.Services.ClientNotification
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ServiceUri As String
[DataMemberAttribute]
public string ServiceUri { get; set; }
[DataMemberAttribute]
public:
property String^ ServiceUri {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member ServiceUri : string with get, set
function get ServiceUri () : String
function set ServiceUri (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.
See Also
Reference
ClientNotificationSubscription Class
Microsoft.VisualStudio.Services.ClientNotification Namespace