[This is preliminary documentation and is subject to change.]
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("../$short-name")]
internal bool UseShortName { get; set; }
[ConfigAttribute("../$short-name")]
internal bool UseShortName { get; set; }
<ConfigAttribute("../$short-name")>
Friend Property UseShortName As Boolean
Get
Set
<ConfigAttribute("../$short-name")>
Friend Property UseShortName As Boolean
Get
Set
internal:
[ConfigAttribute(L"../$short-name")]
property bool UseShortName {
bool get ();
void set (bool value);
}
internal:
[ConfigAttribute(L"../$short-name")]
property bool UseShortName {
bool get ();
void set (bool value);
}
[<ConfigAttribute("../$short-name")>]
internal member UseShortName : bool with get, set
[<ConfigAttribute("../$short-name")>]
internal member UseShortName : bool with get, set
Property Value
Type:
Boolean