ListObject.GetMetadata Method (String)
Returns the metadata value that is associated with the specified key.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string GetMetadata(
string key
)
public:
String^ GetMetadata(
String^ key
)
Public Function GetMetadata (
key As String
) As String
Parameters
key
Type: System.StringThe key that is associated with the metadata value.
Return Value
Type: System.String
An instance of String that contains the metadata value.
See Also
ListObject Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top