 |
Personprefix Property |
Prefix of the person's name.
Namespace:
ASI.TAM.API.Data.UI.Account.Person
Assembly:
ASI.TAM.API.Data.UI.Account.Person (in ASI.TAM.API.Data.UI.Account.Person.dll) Version: 2021.1.0.1
Syntaxpublic string prefix { get; set; }
Public Property prefix As String
Get
Set
Dim instance As Person
Dim value As String
value = instance.prefix
instance.prefix = value
Property Value
Type:
String
Remarks
See Also