CustomizationRBTAnswer Object
Description
A possible value for a business implact or failure probablity criterion, used to assess a risk.
Remarks

Get a reference from CustomizationRBTQuestion.AnswerByID or from the list returned by CustomizationRBTQuestion.Answers

Limitation

If a CustomizationRBTAnswer is created, the change must be committed with Customization.Commit or explicitly rolled back with Customization.Rollback

Releasing the references to the Customization, CustomizationRBT, or CustomizationRBTAnswer does not necessarily delete all record of the transaction. Future attempts to work with the objects may result in exceptions on duplicate criteria, or criteria with no values.

Public Properties
Public Property AnswerTextThe value's text.
Public Property AnswerWeightThe value's weight.
Public Property IDThe CustomizationRBTAnswer unique ID.
See Also