AppErrorEntry.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 AppErrorEntry
Dim value As Guid
value = instance.ProductId
instance.ProductId = value
public Guid ProductId { get; set; }
Property value
Type: System.Guid