AppInfo.ProductId property

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public Property ProductId As Guid
    Get
    Set
'Usage
Dim instance As AppInfo
Dim value As Guid

value = instance.ProductId

instance.ProductId = value
public Guid ProductId { get; set; }

Property value

Type: System.Guid

See also

Reference

AppInfo class

AppInfo members

Microsoft.Online.SharePoint.TenantAdministration namespace