ConstantValue Property

Microsoft Robotics Class Reference

Gets or sets the value of the constant

Remarks

The property is ignore if

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

Kind

is

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

DataMemberKind.Constant

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(Name = "Value")]
[XmlElementAttribute(ElementName = "Value")]
[DefaultValueAttribute(null)]
public string ConstantValue { get; set; }

See Also

DataMemberInfo Class

Microsoft.Dss.Core.ContractModel Namespace