ClientWebPart.ProductWebId - Propriété

ProductWebId Web que le produit est installé.

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ProductWebId As Guid
    Get
    Set
'Utilisation
Dim instance As ClientWebPart
Dim value As Guid

value = instance.ProductWebId

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

Valeur de propriété

Type : System.Guid

Voir aussi

Référence

ClientWebPart classe

ClientWebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms