Gets the object identifier.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public ulong[] Identifiers { get; private set; }public ulong[] Identifiers { get; private set; }Public Property Identifiers As ULong()
Get
Private Set
Public Property Identifiers As ULong()
Get
Private Set
public:
property array<unsigned long long>^ Identifiers {
array<unsigned long long>^ get ();
private: void set (array<unsigned long long>^ value);
}