DnsAvailabilityHosts Property
|
Namespace:
WsDns.WsResponse.DNS
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public List<Host> Hosts { get; set; }<DataMemberAttribute>
Public Property Hosts As List(Of Host)
Get
Set
public:
[DataMemberAttribute]
property List<Host^>^ Hosts {
List<Host^>^ get ();
void set (List<Host^>^ value);
}[<DataMemberAttribute>]
member Hosts : List<Host> with get, set
function get Hosts () : List<Host>
function set Hosts (value : List<Host>)
Property Value
Type:
ListHost
See Also