Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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