GetSharingMetadataCompletedEventArgs.Result Property
The Result property gets a GetSharingMetadataResponseMessageType object for an asynchronous GetSharingMetadataAsync(GetSharingMetadataType) method call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As GetSharingMetadataResponseMessageType
Get
'Usage
Dim instance As GetSharingMetadataCompletedEventArgs
Dim value As GetSharingMetadataResponseMessageType
value = instance.Result
public GetSharingMetadataResponseMessageType Result { get; }
Property Value
Type: ExchangeWebServices.GetSharingMetadataResponseMessageType
The value of the Result property is a GetSharingMetadataResponseMessageType object.
See Also