 |
RiskItemtext Property |
Returns the text that describes the question of the field.
Namespace:
ASI.TAM.API.Data.UI.Account.Rating
Assembly:
ASI.TAM.API.Data.UI.Account.Rating (in ASI.TAM.API.Data.UI.Account.Rating.dll) Version: 2021.1.0.1
Syntaxpublic string text { get; set; }
Public Property text As String
Get
Set
Dim instance As RiskItem
Dim value As String
value = instance.text
instance.text = value
Property Value
Type:
String
Remarks
This is ignored for the quotes Patch request.
It is a read-only field. It cannot be modified.
See Also