Share via


EndTimeSpecified Property

Microsoft Robotics Class Reference

True if end time was specified

Namespace:  Microsoft.Dss.Services.Test.Proxy
Assembly:  Microsoft.Dss.Runtime.Proxy (in Microsoft.Dss.Runtime.Proxy.dll) Version: 2.1.9999.0

Syntax

[DataMemberAttribute(IsRequired = true, Order = )]
public bool EndTimeSpecified { get; set; }
'Declaration
<DataMemberAttribute(IsRequired := True, Order := )> _
Public Property EndTimeSpecified As Boolean
[DataMemberAttribute(IsRequired = true, Order = )]
public:
property bool EndTimeSpecified {
    bool get ();
    void set (bool value);
}

See Also

TestServiceState Class

Microsoft.Dss.Services.Test.Proxy Namespace