DesignPackageInfo.PackageGuid property
Gets or sets the unique ID of a design package.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property PackageGuid As Guid
Get
Set
'Usage
Dim instance As DesignPackageInfo
Dim value As Guid
value = instance.PackageGuid
instance.PackageGuid = value
public Guid PackageGuid { get; set; }
Property value
Type: System.Guid
The unique ID of a design package.