GetSharingMetadataCompletedEventArgs.Result 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 Result property gets a GetSharingMetadataResponseMessageType object for an asynchronous GetSharingMetadataAsync(GetSharingMetadataType) method call.
public:
property ExchangeWebServices::GetSharingMetadataResponseMessageType ^ Result { ExchangeWebServices::GetSharingMetadataResponseMessageType ^ get(); };
public ExchangeWebServices.GetSharingMetadataResponseMessageType Result { get; }
Public ReadOnly Property Result As GetSharingMetadataResponseMessageType
Property Value
The value of the Result property is a GetSharingMetadataResponseMessageType object.