GetAllDnsCostResponseDNSCost Property
|
Namespace:
WsDns.WsResponse.DNS
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public decimal DNSCost { get; set; }<DataMemberAttribute>
Public Property DNSCost As Decimal
Get
Set
public:
[DataMemberAttribute]
property Decimal DNSCost {
Decimal get ();
void set (Decimal value);
}[<DataMemberAttribute>]
member DNSCost : decimal with get, set
function get DNSCost () : decimal
function set DNSCost (value : decimal)
Property Value
Type:
Decimal
See Also