Web.DesignPackageId property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property DesignPackageId As Guid
Get
Set
'Usage
Dim instance As Web
Dim value As Guid
value = instance.DesignPackageId
instance.DesignPackageId = value
public Guid DesignPackageId { get; set; }
Property value
Type: System.Guid