IPBlockListConfig.MachineEntryRejectionResponse Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MachineEntryRejectionResponse As AsciiString
    Get
    Set
'Usage
Dim instance As IPBlockListConfig
Dim value As AsciiString

value = instance.MachineEntryRejectionResponse

instance.MachineEntryRejectionResponse = value
[ParameterAttribute(Mandatory = false)]
public AsciiString MachineEntryRejectionResponse { get; set; }