Share via


DeclaringContract Property

Microsoft Robotics Class Reference

Gets or sets the declaring contract of data contract.

Remarks

This value is only set if the contract is different from the xml namespace

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

Syntax

[XmlElementAttribute(ElementName = "Contract")]
[DataMemberAttribute]
[DefaultValueAttribute(null)]
public string DeclaringContract { get; set; }

See Also

DataContractBase Class

Microsoft.Dss.Core.ContractModel Namespace