다음을 통해 공유


SoftwareDistributionPackage.PackageId Property

 

Applies To: Windows Server Update Services

Gets or sets the GUID of the package.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public Guid PackageId { get; set; }
public:
property Guid PackageId {
    Guid get();
    void set(Guid value);
}
member PackageId : Guid with get, set
Public Property PackageId As Guid

Property Value

Type: System.Guid

The GUID of the package. By default, this is the newly generated GUID from the constructor.

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top