Microsoft.Web.Administration.ConfigurationMethodInstance.GetMetadata C# (CSharp) Method

GetMetadata() public method

public GetMetadata ( string metadataType ) : object
metadataType string
return object
        public object GetMetadata(string metadataType)
        {
            return null;
        }