public TrafficMonitorUpdateBehavior UpdateBehavior { get; set; }
Public Property UpdateBehavior As TrafficMonitorUpdateBehavior
Get
Set
Dim instance As NetworkTrafficMonitor
Dim value As TrafficMonitorUpdateBehavior
value = instance.UpdateBehavior
instance.UpdateBehavior = value
public:
property TrafficMonitorUpdateBehavior UpdateBehavior {
TrafficMonitorUpdateBehavior get ();
void set (TrafficMonitorUpdateBehavior value);
}
member UpdateBehavior : TrafficMonitorUpdateBehavior with get, set
No code example is currently available or this language may not be supported.