ServerManager.GetMetadata(String) Method

Definition

Returns metadata values from the server manager.

public:
 System::Object ^ GetMetadata(System::String ^ metadataType);
public object GetMetadata (string metadataType);
member this.GetMetadata : string -> obj
Public Function GetMetadata (metadataType As String) As Object

Parameters

metadataType
String

The name of the metadata being requested.

Returns

The value of the requested metadata.

Exceptions

The configuration manager is null.

metadataType is other than "ServiceModel".

Remarks

The GetMetadata method returns the service model from the configuration manager.

Applies to