AppViewCreationInfo.AppId property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AppId As Guid
Get
Set
'Usage
Dim instance As AppViewCreationInfo
Dim value As Guid
value = instance.AppId
instance.AppId = value
public Guid AppId { get; set; }
Property value
Type: System.Guid