ClientSettingsProvider::GetPropertyMetadata Method (String^)

 

Gets a collection of metadata for all properties retrieved from the specified Web settings service.

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

public:
static SettingsPropertyCollection^ GetPropertyMetadata(
	String^ serviceUri
)

Parameters

serviceUri
Type: System::String^

The Web settings service to retrieve property metadata from.

Return Value

Type: System.Configuration::SettingsPropertyCollection^

The property metadata.

.NET Framework
Available since 3.5
Return to top
Show: