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