IWorkflowAttributeValues Property
|
Gets the values of the attribute.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<string> Values { get; }ReadOnly Property Values As IEnumerable(Of String)
Get
property IEnumerable<String^>^ Values {
IEnumerable<String^>^ get ();
}abstract Values : IEnumerable<string> with get
Property Value
IEnumerableString
RemarksCertain attributes only need one value item.
See Also