[This is preliminary documentation and is subject to change.]
Default value used when configuration does not specify any other value
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Object Default { get; set; }
public Object Default { get; set; }
Public Property Default As Object
Get
Set
Public Property Default As Object
Get
Set
public:
property Object^ Default {
Object^ get ();
void set (Object^ value);
}
public:
property Object^ Default {
Object^ get ();
void set (Object^ value);
}
member Default : Object with get, set
member Default : Object with get, set
Property Value
Type:
Object