Returns the name of the AckType

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static string GetAckTypeName(
	AckType type
)
Visual Basic
Public Shared Function GetAckTypeName ( _
	type As AckType _
) As String
JScript
public static function GetAckTypeName(
	type : AckType
) : String

Parameters

type
Type: Ico.Awx..::..AckType

See Also