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