Click or drag to resize
ErrorAttributeNames Property
Gets a collection of attribute names that are related to this error.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<string> AttributeNames { get; }

Property Value

Type: IEnumerableString
See Also