Share via


ContractIdentifier Property

Microsoft Robotics Class Reference

Gets or sets the identifier of the alternate contract if the port is an alternate service port.

Remarks

The value is

Dd133165.CopyCode(en-us,MSDN.10).gifCopyC#


    null
  

if the port is the main port of the service and defined in the service contract

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(Name = "Contract")]
public string ContractIdentifier { get; set; }

See Also

ServicePortInfo Class

Microsoft.Dss.Core.ContractModel Namespace