BCSBriefcaseProperty Property |
Note: This API is now obsolete.
Gets the collection of named properties stored in the briefcase.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [ObsoleteAttribute("This property is deprecated. Use the "Properties" property.",
true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Object Property { get; set; }
<ObsoleteAttribute("This property is deprecated. Use the "Properties" property.",
true)>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Property Property As Object
Get
Set
Property Value
Type:
ObjectRemarks
This property is deprecated. Use the
Properties property.
See Also