DisplayName Property

Microsoft Robotics Studio

Dss Service Display Name

Namespace: Microsoft.Dss.Services.ContractModel
Assembly:  DssBase (in DssBase.dll)
Version: 1.5.507.0

Syntax

[DataMemberAttribute]
public string DisplayName{ get; set;}
'Declaration
<DataMemberAttribute> _
Public Property DisplayName As String
[DataMemberAttribute]
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}

See Also

ServiceSummary Class

Microsoft.Dss.Services.ContractModel Namespace