[Obsolete("Please use SeekableBotHandling & NonSeekableBotHandling for finer control")] public bool OmitBOT {get; set;}
[Obsolete("Please use SeekableBotHandling & NonSeekableBotHandling for finer control")] public: property bool OmitBOT { bool get(); void set ( bool value); }
'Declaration
<ObsoleteAttribute("Please use SeekableBotHandling & NonSeekableBotHandling for finer control")> Public Property OmitBOT As Boolean
'Usage
Dim instance As WriteBehaviours Dim value As Boolean instance.OmitBOT = value value = instance.OmitBOT