UpdateServicesPackage.PackageId Property
[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Get/Set PackageId.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Public Property PackageId As Guid
'Usage
Dim instance As UpdateServicesPackage
Dim value As Guid
value = instance.PackageId
instance.PackageId = value
public Guid PackageId { get; set; }
public:
property Guid PackageId {
Guid get ();
void set (Guid value);
}
/** @property */
public Guid get_PackageId ()
/** @property */
public void set_PackageId (Guid value)
public function get PackageId () : Guid
public function set PackageId (value : Guid)
Property Value
ID uniquely identifying this package.
Remarks
Default: a new system generated Guid.
Platforms
Windows Server 2003
See Also
Reference
UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace