 |
ConfidentialClientAccessItemName Property |
The Name that corresponding to the Confidential Client Access Item. Required when Type is Client Access Group.
Created in Epic SDK 2016.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
Dim instance As ConfidentialClientAccessItem
Dim value As String
value = instance.Name
instance.Name = value
Property Value
Type:
String
Name As String.
Remarks Note |
---|
- Name - Name
- Lookup - ConfidentialClientAccessGroup
- Auto Validated - True
|
See Also