BCPropertySetGetPropertyDefWithName Method |
Returns a property definition with the specified name.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCPropertyDef GetPropertyDefWithName(
string name
)
Public Function GetPropertyDefWithName (
name As String
) As BCPropertyDef
Parameters
- name
- Type: SystemString
The name of the property definition.
Return Value
Type:
BCPropertyDefThe property definition.
See Also