[This is preliminary documentation and is subject to change.]
Get the authorization cookie used by this node
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$cookie")]
public ErlAtom Cookie { get; set; }
[ConfigAttribute("$cookie")]
public ErlAtom Cookie { get; set; }
<ConfigAttribute("$cookie")>
Public Property Cookie As ErlAtom
Get
Set
<ConfigAttribute("$cookie")>
Public Property Cookie As ErlAtom
Get
Set
public:
[ConfigAttribute(L"$cookie")]
property ErlAtom Cookie {
ErlAtom get ();
void set (ErlAtom value);
}
public:
[ConfigAttribute(L"$cookie")]
property ErlAtom Cookie {
ErlAtom get ();
void set (ErlAtom value);
}
[<ConfigAttribute("$cookie")>]
member Cookie : ErlAtom with get, set
[<ConfigAttribute("$cookie")>]
member Cookie : ErlAtom with get, set
Property Value
Type:
ErlAtom