Gets the collection of named properties stored in the briefcase.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("This property is deprecated. Use the "Properties" property.", true)] public Object Property { get; set; } |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <ObsoleteAttribute("This property is deprecated. Use the "Properties" property.", _ True)> _ Public Property Property As Object Get Set |
Visual C++ |
---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] [ObsoleteAttribute(L"This property is deprecated. Use the "Properties" property.", true)] public: property Object^ Property { Object^ get (); void set (Object^ value); } |
Remarks
This property is deprecated. Use the Properties property.