IErrorExecutionContext.ExecutionHost Property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Property ExecutionHost As String
Get
Set
'Usage
Dim instance As IErrorExecutionContext
Dim value As String
value = instance.ExecutionHost
instance.ExecutionHost = value
string ExecutionHost { get; set; }
Property Value
Type: System.String