DesignPackageInfo.PackageGuid property

Gets or sets the unique ID of a design package.

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.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.

See also

Reference

DesignPackageInfo class

DesignPackageInfo members

Microsoft.SharePoint.Client.Publishing namespace