Share via


UpdateMetadata.Metadata Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the XML string containing the metadata for the latest revision of this update.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public ReadOnly Property Metadata As String
'Usage
Dim instance As UpdateMetadata
Dim value As String

value = instance.Metadata
public string Metadata { get; }
public:
property String^ Metadata {
    String^ get ();
}
/** @property */
public String get_Metadata ()
public function get Metadata () : String

Property Value

(Uncompressed) xml meta-data of this Update's latest revision

Platforms

Windows Server 2003

See Also

Reference

UpdateMetadata Class
UpdateMetadata Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.