| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Enums Namespace : VariableGroupTypeV4 Enumeration |
public enum VariableGroupTypeV4 : System.Enum
| Member | Description |
|---|---|
| AutoGenerated | The automatically generated a local variable. |
| UserDefined | The user-defined local variable. |
// get group of local variable "MyVariable" VariableGroupTypeV4 @group = project.Variables["MyVariable"].Group; // return result if (@group == VariableGroupTypeV4.AutoGenerated) return "The local variable MyVariable is auto generated"; return "The local variable MyVariable is user-defined";
// get group of local variable "MyVariable" $group = $project->Variables["MyVariable"]->Group; // return result if ($group == VariableGroupTypeV4::AutoGenerated) return "The local variable MyVariable is auto generated"; return "The local variable MyVariable is user-defined";
System.Object
System.ValueType
System.Enum
ZennoLab.InterfacesLibrary.ProjectModel.Enums.VariableGroupTypeV4
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven