ConfigurationMethodInstance.GetMetadata(String) Method

Definition

Returns metadata values from the method schema.

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.

Applies to