Get the Additional Properties Dictionary on the first Section, if it exists.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
Dictionary<string, string> DefaultAdditionalProperties { get; }
Visual Basic
ReadOnly Property DefaultAdditionalProperties As Dictionary(Of String, String)
	Get
Visual C++
property Dictionary<String^, String^>^ DefaultAdditionalProperties {
	Dictionary<String^, String^>^ get ();
}

Remarks

Returns null if the Binary has no Sections

See Also