ServerManager.GetMetadata(String) Method
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.
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.