Share via


Service Property

Microsoft Robotics Class Reference

Service Uri for test service instance (duplicate of ServiceInfo.Service)

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 string Service { get; set; }
'Declaration
<DataMemberAttribute(IsRequired := True, Order := )> _
Public Property Service As String
[DataMemberAttribute(IsRequired = true, Order = )]
public:
property String^ Service {
    String^ get ();
    void set (String^ value);
}

See Also

TestServiceState Class

Microsoft.Dss.Services.Test.Proxy Namespace