BCSProjectInterlock Method (String) |
Evaluates the parent project interlock.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool Interlock(
string name
)
Public Function Interlock (
name As String
) As Boolean
public:
bool Interlock(
String^ name
)
member Interlock :
name : string -> bool
Parameters
- name
- Type: SystemString
The name of the interlock.
Return Value
Type:
BooleanA value indicating whether the interlock is passed.
See Also