ClientWebPart.ProductId property

ProductId. Product Identifier.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ProductId As Guid
    Get
    Set
'Usage
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

See also

Reference

ClientWebPart class

ClientWebPart members

Microsoft.SharePoint.WebPartPages namespace