共用方式為


ClientWebPart.ProductWebId property

ProductWebId Web 安裝產品。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ProductWebId As Guid
    Get
    Set
'用途
Dim instance As ClientWebPart
Dim value As Guid

value = instance.ProductWebId

instance.ProductWebId = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
public Guid ProductWebId { get; set; }

Property value

Type: System.Guid

請參閱

參照

ClientWebPart class

ClientWebPart members

Microsoft.SharePoint.WebPartPages namespace