 |
RiskItemvalue Property |
Represents the data value of the risk 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 value { get; set; }
Public Property value As String
Get
Set
Dim instance As RiskItem
Dim value As String
value = instance.value
instance.value = value
Property Value
Type:
String
Remarks
The type of data depends on the type field.
See Also