InstallableItemWithServerInformation.Id Property 

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

Retrieves or sets the unique identifier of InstallableItemWithServerInformation

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

Syntax

'Declaration
Public Property Id As Guid
'Usage
Dim instance As InstallableItemWithServerInformation
Dim value As Guid

value = instance.Id

instance.Id = value
public Guid Id { get; set; }
public:
property Guid Id {
    Guid get ();
    void set (Guid value);
}
/** @property */
public Guid get_Id ()

/** @property */
public void set_Id (Guid value)
public function get Id () : Guid

public function set Id (value : Guid)

Property Value

The ID uniquely identifying the InstallableItem

Remarks

Duplication functions to access underneath object.

Platforms

Windows Server 2003

See Also

Reference

InstallableItemWithServerInformation Class
InstallableItemWithServerInformation Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.