[This is preliminary documentation and is subject to change.]
If true, does not get matched per request
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[ExternalParameterAttribute(new string[] { ... })]
public bool Offline { get; set; }
[ExternalParameterAttribute(new string[] { ... })]
public bool Offline { get; set; }
<ExternalParameterAttribute(New String() { ... })>
Public Property Offline As Boolean
Get
Set
<ExternalParameterAttribute(New String() { ... })>
Public Property Offline As Boolean
Get
Set
public:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property bool Offline {
bool get ();
void set (bool value);
}
public:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property bool Offline {
bool get ();
void set (bool value);
}
[<ExternalParameterAttribute(new string[] { ... })>]
member Offline : bool with get, set
[<ExternalParameterAttribute(new string[] { ... })>]
member Offline : bool with get, set
Property Value
Type:
Boolean