PushSubscriptionRequestType.URL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The URL property gets or sets the location of the client Web service for push notifications.
public:
property System::String ^ URL { System::String ^ get(); void set(System::String ^ value); };
public string URL { get; set; }
Public Property URL As String
Property Value
The value of the URL property is a string that contains the location of the client Web service.