BCPropertyDef Constructor  | 
  
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax[CLSCompliantAttribute(false)]
protected internal BCPropertyDef(
	AMPropertyDef objectToWrap,
	BCRepository repository
)
<CLSCompliantAttribute(false)>
Protected Friend Sub New ( 
	objectToWrap As AMPropertyDef,
	repository As BCRepository
)
Parameters
- objectToWrap
 - Type: AMPropertyDef
The COM object that represents the property definition. - repository
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The repository to which the property definition belongs. 
See Also