Click or drag to resize

memberDescriptionexceptions Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the exceptions.

Namespace:  imbSCI.Core.data.metadata
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
[XmlElementAttribute(typeof(memberParamDescription), ElementName = "exception")]
public List<memberParamDescription> exceptions { get; set; }
Request Example View Source

Property Value

Type: ListmemberParamDescription
The exceptions.
See Also