Gets the custom profile using the specified CustomProfileParameters.

Note: This method 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 static CustomProfile GetApplicationCustomProfile(
	CustomProfileParameters parameters
)
Visual Basic
Public Shared Function GetApplicationCustomProfile ( _
	parameters As CustomProfileParameters _
) As CustomProfile

Return Value

A CustomProfile object using the specified CustomProfileParameters.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..NotSupportedExceptionThe server does not support setting the profile name for custom profiles.

Version Information

Supported for IC Server version 2015 R3 and beyond.

See Also