(Global) Namespace > TableSettings Class : Alerts Property |
'Declaration
<System.Xml.Serialization.XmlArrayItemAttribute("Alert")> Public Property Alerts As AlertSettings()
'Usage
Dim instance As TableSettings Dim value() As AlertSettings instance.Alerts = value value = instance.Alerts
[System.Xml.Serialization.XmlArrayItem("Alert")] public AlertSettings[] Alerts {get; set;}
public read-write property Alerts: array of AlertSettings;
System.Xml.Serialization.XmlArrayItemAttribute("Alert") public function get,set Alerts : AlertSettings[]
[System.Xml.Serialization.XmlArrayItem("Alert")] public: __property AlertSettings*[]* get_Alerts(); public: __property void set_Alerts( AlertSettings*[]* value );
[System.Xml.Serialization.XmlArrayItem("Alert")] public: property array<AlertSettings^>^ Alerts { array<AlertSettings^>^ get(); void set ( array<AlertSettings^>^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2