BCEdmBriefcaseProperties Property |
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 public BCEdmBriefcaseBCBriefcasePropertyCollection Properties { get; }
Public ReadOnly Property Properties As BCEdmBriefcaseBCBriefcasePropertyCollection
Get
public:
property BCEdmBriefcaseBCBriefcasePropertyCollection^ Properties {
BCEdmBriefcaseBCBriefcasePropertyCollection^ get ();
}
member Properties : BCEdmBriefcaseBCBriefcasePropertyCollection with get
Property Value
Type:
BCEdmBriefcaseBCBriefcasePropertyCollectionRemarks
Values can be used until the briefcase is closed.
See Also