ConnectSubscriptionProxy.UserId 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 UserId As String
Get
Set
'Usage
Dim instance As ConnectSubscriptionProxy
Dim value As String
value = instance.UserId
instance.UserId = value
public string UserId { get; set; }
Property value
Type: System.String
See also
Reference
ConnectSubscriptionProxy class
ConnectSubscriptionProxy members
Microsoft.Exchange.Transport.Sync.Common.Subscription.Connect namespace