 |
ServicingRoleItemRole Property |
Used to identify the service role to modify. Do not change the values populated on the get call.
Created in Epic SDK V4.1.
Namespace:
ASI.TAM.API.Data.UI.Account.Common
Assembly:
ASI.TAM.API.Data.UI.Account.Common (in ASI.TAM.API.Data.UI.Account.Common.dll) Version: 2021.1.0.1
Syntaxpublic string Role { get; set; }
Public Property Role As String
Get
Set
Dim instance As ServicingRoleItem
Dim value As String
value = instance.Role
instance.Role = value
Property Value
Type:
String
Role As String.
Remarks Note |
---|
- Name - Role
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
|
See Also