Visual Basic (Declaration) | |
---|---|
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property UsesInstrument As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As AlgorithmicOrderProperties Dim value As Boolean instance.UsesInstrument = value value = instance.UsesInstrument |
C# | |
---|---|
[XmlAttributeAttribute()] [DefaultValueAttribute()] public bool UsesInstrument {get; set;} |
C++/CLI | |
---|---|
[XmlAttributeAttribute()] [DefaultValueAttribute()] public: property bool UsesInstrument { bool get(); void set ( bool value); } |