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)

Syntax

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.

Remarks

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.

Version Information

Supported for IC Server version 2019 R1 and beyond.

See Also