Gets the all the key names.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic string[] Keys { get; }Public ReadOnly Property Keys As String()
Get
public:
property array<String^>^ Keys {
array<String^>^ get ();
}Property Value
String
All the key names.
Remarks
Return all the key names.
See Also