Gets or sets the SupportedMedia.

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

Syntax

C#
public SupportedMedia SupportedMedia { get; set; }
Visual Basic
Public Property SupportedMedia As SupportedMedia
	Get
	Set

Field Value

The supported media.

Remarks

The default is None.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe specified supported media is not from the SupportedMedia enumeration.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also