DelegateUserResponseMessageType.DelegateUser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DelegateUser property gets or sets the single delegate that is returned by a delegate management operation.
public:
property ExchangeWebServices::DelegateUserType ^ DelegateUser { ExchangeWebServices::DelegateUserType ^ get(); void set(ExchangeWebServices::DelegateUserType ^ value); };
public ExchangeWebServices.DelegateUserType DelegateUser { get; set; }
Public Property DelegateUser As DelegateUserType
Property Value
The DelegateUser property returns a DelegateUserType object that contains information about the single delegate that is returned by a delegate management operation.