ConnectSubscriptionProxy.AppId property
Namespace: Microsoft.Exchange.Transport.Sync.Common.Subscription.Connect
Assembly: Microsoft.Exchange.Transport.Sync.Common (in Microsoft.Exchange.Transport.Sync.Common.dll)
Syntax
'Declaration
Public Property AppId As String
Get
Set
'Usage
Dim instance As ConnectSubscriptionProxy
Dim value As String
value = instance.AppId
instance.AppId = value
public string AppId { get; set; }
Property value
Type: System.String
See also
Reference
ConnectSubscriptionProxy class
ConnectSubscriptionProxy members
Microsoft.Exchange.Transport.Sync.Common.Subscription.Connect namespace