DnsUpdateMessageUpdates Property
Gets or sets the entries in the update section
Namespace: ARSoft.Tools.Net.Dns.DynamicUpdateAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public List<UpdateBase> Updates { get; set; }
Public Property Updates As List(Of UpdateBase)
Get
Set
public:
property List<UpdateBase^>^ Updates {
List<UpdateBase^>^ get ();
void set (List<UpdateBase^>^ value);
}
member Updates : List<UpdateBase> with get, set
Property Value
ListUpdateBase