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