Property Operands
Operands
Gets a collection of operands for this User
Declaration
public IList<Value> Operands { get; }
Property Value
public IList<Value> Operands { get; }
IList<Value> |
Remarks
This property is intended as a temporary measure and is expected to be removed in the future. (e.g. callers should consider this obsolete for the most part and only use it when the properties of a User or derived type do not provide a more appropriate explicit property. When all such types have properties to wrap this low level list, this property will be officially obsoleted.