ConfigurationCollectionSchema.GetMetadata(String) Method

Definition

Returns metadata from the collection 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 to return.

Returns

An object that contains the metadata from the collection schema.

Applies to