UpdateMetadata Class 

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

This class defines the set of properties belonged to an Update that includes the actual xml data and its content files if existing.

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

Syntax

'Declaration
<SerializableAttribute> _
<GuidAttribute("54B2C623-11A8-4a20-A99D-1DF92CE79290")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
Public Class UpdateMetadata
'Usage
Dim instance As UpdateMetadata
[SerializableAttribute] 
[GuidAttribute("54B2C623-11A8-4a20-A99D-1DF92CE79290")] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[ComVisibleAttribute(true)] 
public class UpdateMetadata
[SerializableAttribute] 
[GuidAttribute(L"54B2C623-11A8-4a20-A99D-1DF92CE79290")] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[ComVisibleAttribute(true)] 
public ref class UpdateMetadata
/** @attribute SerializableAttribute() */ 
/** @attribute GuidAttribute("54B2C623-11A8-4a20-A99D-1DF92CE79290") */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute ComVisibleAttribute(true) */ 
public class UpdateMetadata
SerializableAttribute 
GuidAttribute("54B2C623-11A8-4a20-A99D-1DF92CE79290") 
ClassInterfaceAttribute(ClassInterfaceType.None) 
ComVisibleAttribute(true) 
public class UpdateMetadata

Inheritance Hierarchy

System.Object
  Microsoft.UpdateServices.Administration.UpdateMetadata

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Windows Server 2003

See Also

Reference

UpdateMetadata Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.