ClientSettingsProvider::ServiceUri Property

 

Gets or sets the Web settings service location.

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property String^ ServiceUri {
	static String^ get();
	static void set(String^ value);
}

Property Value

Type: System::String^

The URI of the Web settings service.

You can set the ServiceUri property in your application code, but you will typically set the value in your application configuration file. This enables you to change the service location without recompiling your code.

When you set the service location programmatically, you must specify the complete service URI, which will always end with "Profile_JSON_AppService.axd".

System_CAPS_noteNote

This class contains a link demand at the class level that applies to all members. A SecurityException is thrown when the immediate caller does not have full-trust permission. For details about security demands, see Link Demands.

The following example code demonstrates how to use this property to programmatically set the Web settings service location.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: