Order Property

Microsoft Robotics Class Reference

Gets or sets the order of the data member in the data contract

Remarks

TODO: need to figure out what that things actually does

Namespace: Microsoft.Dss.Core.ContractModel
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

[DataMemberAttribute(XmlAttribute = true)]
[XmlAttributeAttribute]
[DefaultValueAttribute()]
public int Order { get; set; }

See Also

DataMemberInfo Class

Microsoft.Dss.Core.ContractModel Namespace