DnsPrefixAvailabilityCheckResponse.Result Property
Indicates whether a DNS prefix is available to use.
Namespace: Microsoft.WindowsAzure.Management.TrafficManager.Models
Assembly: Microsoft.WindowsAzure.Management.TrafficManager (in Microsoft.WindowsAzure.Management.TrafficManager.dll)
Usage
'Usage
Dim instance As DnsPrefixAvailabilityCheckResponse
Dim value As Boolean
value = instance.Result
instance.Result = value
Syntax
'Declaration
Public Property Result As Boolean
public bool Result { get; set; }
public:
property bool Result {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Result ()
/** @property */
public void set_Result (boolean value)
public function get Result () : boolean
public function set Result (value : boolean)
Property Value
true if the prefix can be used, otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
DnsPrefixAvailabilityCheckResponse Class
DnsPrefixAvailabilityCheckResponse Members
Microsoft.WindowsAzure.Management.TrafficManager.Models Namespace