Gets the application's profile name to use.

Note: This property is supported for IC Server version 2015 R3 and beyond.

Namespace: ININ.IceLib.Connection.Extensions
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public string ApplicationProfileName { get; private set; }
Visual Basic
Public Property ApplicationProfileName As String
	Get
	Private Set

Field Value

The application's profile name to use.

Remarks

If the ApplicationProfileName value does not match the ApplicationProfileName property for the specified Session, then the associated CustomProfile object will be read-only.

Version Information

Supported for IC Server version 2015 R3 and beyond.

See Also