AsyncOperationNotification.StartedBy property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public ReadOnly Property StartedBy As String
Get
'Usage
Dim instance As AsyncOperationNotification
Dim value As String
value = instance.StartedBy
public string StartedBy { get; }
Property value
Type: System.String
See also
Reference
AsyncOperationNotification class