[This is preliminary documentation and is subject to change.]
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public Nullable<bool> IsSocialNetBot { get; set; }
[ConfigAttribute]
public Nullable<bool> IsSocialNetBot { get; set; }
<ConfigAttribute>
Public Property IsSocialNetBot As Nullable(Of Boolean)
Get
Set
<ConfigAttribute>
Public Property IsSocialNetBot As Nullable(Of Boolean)
Get
Set
public:
[ConfigAttribute]
property Nullable<bool> IsSocialNetBot {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
public:
[ConfigAttribute]
property Nullable<bool> IsSocialNetBot {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
[<ConfigAttribute>]
member IsSocialNetBot : Nullable<bool> with get, set
[<ConfigAttribute>]
member IsSocialNetBot : Nullable<bool> with get, set
Property Value
Type:
Nullable
Boolean