ClientWebPart.ProductId property
產品識別碼。產品識別項。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ProductId As Guid
Get
Set
'用途
Dim instance As ClientWebPart
Dim value As Guid
value = instance.ProductId
instance.ProductId = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
public Guid ProductId { get; set; }
Property value
Type: System.Guid