BCEnvironmentUserPropertyDefCollection Property |
Gets the stored collection of property definitions for the current user.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCStoredPropertyDefCollection UserPropertyDefCollection { get; set; }
Public Property UserPropertyDefCollection As BCStoredPropertyDefCollection
Get
Set
public:
property BCStoredPropertyDefCollection^ UserPropertyDefCollection {
BCStoredPropertyDefCollection^ get ();
void set (BCStoredPropertyDefCollection^ value);
}
member UserPropertyDefCollection : BCStoredPropertyDefCollection with get, set
Property Value
Type:
BCStoredPropertyDefCollectionSee Also