| IAttributeDefinitionValues Property |
Gets the list of predefined values
Namespace: TSD.API.Remoting.UserDefinedAttributesAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyList<string> Values { get; }
ReadOnly Property Values As IReadOnlyList(Of String)
Get
property IReadOnlyList<String^>^ Values {
IReadOnlyList<String^>^ get ();
}
abstract Values : IReadOnlyList<string> with get
Property Value
IReadOnlyListStringSee Also