Provides access to the property representing the streaming audio monitor profile additional attributes for this profile.(use Property.AdditionalAttributes).

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

Collapse imageSyntax

C#
public GeneralConfigurationProperty<StreamingAudioMonitorProfileConfiguration..::..Property, string> AdditionalAttributes { get; }
Visual Basic
Public ReadOnly Property AdditionalAttributes As GeneralConfigurationProperty(Of StreamingAudioMonitorProfileConfiguration..::..Property, String)
	Get

Field Value

The property representing the additional data.

Collapse imageRemarks

Note
This is an InheritableConfigurationProperty<(Of <(<'TPropertyEnum, TValue>)>)> which means that values can be defined directly on this object or they can be inherited based on membership in other groups.

Collapse imageVersion Information

Supported for IC Server version 2019 R1 and beyond.

Collapse imageSee Also