Gets the collection of named properties of the folder.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[ObsoleteAttribute("This property is deprecated. Use the "Properties" property.", 
	true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Object Property { get; set; }
Visual Basic
<ObsoleteAttribute("This property is deprecated. Use the "Properties" property.",  _
	True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property Property As Object
	Get
	Set
Visual C++
[ObsoleteAttribute(L"This property is deprecated. Use the "Properties" property.", 
	true)]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
property Object^ Property {
	Object^ get ();
	void set (Object^ value);
}

Remarks

This property is deprecated. Use the Properties property.

See Also