Reason (BBIE). The reason, expressed as text, for this status condition or position.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IText StatusReason { get; set; } |
| Visual Basic |
|---|
Public Property StatusReason As IText
Get
Set |
| Visual C++ |
|---|
public:
virtual property IText^ StatusReason {
IText^ get () sealed;
void set (IText^ value) sealed;
} |
| F# |
|---|
abstract StatusReason : IText with get, set
override StatusReason : IText with get, set |
Property Value
Type:
ITextImplements
IStatus..::..StatusReasonRemarks
See Also