VirtualUser Keys Property C# API
Gets an enumerator that can be used to iterate over the keys in this dictionary.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public IEnumerable Keys { get; }

Field Value

An enumerator that can be used to iterate over the keys in this dictionary.

Implements

IDataDictionary Keys
See Also