Gets or sets custom properties that are transfered to upload control.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Dictionary<string, string> CustomProperties { get; set; }
Visual Basic
Public Property CustomProperties As Dictionary(Of String, String)
	Get
	Set
Visual C++
public:
property Dictionary<String^, String^>^ CustomProperties {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}
F#
member CustomProperties : Dictionary<string, string> with get, set

Property Value

Type: Dictionary<(Of <(<'String, String>)>)>

See Also