DelegateUserType.UserId Property
The UserId property gets or sets a value that identifies the delegate.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property UserId As UserIdType
Get
Set
'Usage
Dim instance As DelegateUserType
Dim value As UserIdType
value = instance.UserId
instance.UserId = value
public UserIdType UserId { get; set; }
Property Value
Type: ExchangeWebServices.UserIdType
The UserId property returns a UserIdType object that identifies the delegate.
See Also