IAdmTypeSpecificAttributeFriendlyName
The IAdmTypeSpecificAttributeFriendlyName interface is used to manage property display names for specific object types.
Inheritance: IUnknown
The IAdmTypeSpecificAttributeFriendlyName interface is implemented by the AdmTypeSpecificAttributeFriendlyName class.
How to create an instance of the class
- PowerShell
-
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi") $typeSpecificDisplayName = New-Object "Softerra.Adaxes.Management.AdmTypeSpecificAttributeFriendlyName"
- C#
-
using Softerra.Adaxes.Management; class Program { static void Main(string[] args) { AdmTypeSpecificAttributeFriendlyName typeSpecificDisplayName = new AdmTypeSpecificAttributeFriendlyName(); } }
Properties
-
Property
-
Description
-
ObjectType
-
Gets or sets the name of the object type (e.g. user).
-
FriendlyName
-
Gets or sets the property display name that will be used for the object type specified in the
ObjectType
property.
Details
ObjectType
Gets or sets the name of the object type (e.g. user).
- Type:
- string
- Access:
- Read/Write
FriendlyName
Gets or sets the property display name that will be used for the object type specified in the ObjectType
property.
- Type:
- string
- Access:
- Read/Write
Requirements
Minimum required version: 2018.1