Specifies which IP addresses may send standard dynamic updates for this zone.

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public string AllowUpdate { get; set; }
Visual Basic (Declaration)
Public Property AllowUpdate As String

Field Value

String containing list of IP addresses and/or subnets separated by spaces. To specify all, use "*". Subnets are specified in CIDR notation (<IP address>/<bit size of subnet mask>).

See Also