Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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