| CredentialOptionsFreeText Property |
Linkar Framework for .NET and Core
Free text that will appear in the Linkar MANAGER to identify in an easy way who is making the petition. For example if the call is made from a ERP, here we can write "MyERP".
Namespace: LinkarAssembly: Linkar (in Linkar.dll) Version: 2.3.1
Syntax public string FreeText { get; }
Public ReadOnly Property FreeText As String
Get
public:
property String^ FreeText {
String^ get ();
}
member FreeText : string with get
Property Value
StringSee Also