InputEndpoint.EnableDirectServerReturn Property
Gets or sets whether direct server return is enabled for the input endpoint.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public Nullable<bool> EnableDirectServerReturn { get; set; }
public:
property Nullable<bool> EnableDirectServerReturn {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member EnableDirectServerReturn : Nullable<bool> with get, set
Public Property EnableDirectServerReturn As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
true if direct server return is enabled; otherwise, false.
See Also
InputEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top