次の方法で共有


MailboxExtensionEventArgs<TResult>.Result Property

 

Gets the result that is returned by the event handler.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

public TResult Result { get; }
public:
property TResult Result {
    TResult get();
}
Public ReadOnly Property Result As TResult

Property Value

Type: TResult

A result of type parameter TResult.

See Also

MailboxExtensionEventArgs<TResult> Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top