ServiceHealthModel.ServicePropertiesModel.ServiceTypeName 属性

定义

获取 WCF 服务的完全限定类型名称。

public:
 property System::String ^ ServiceTypeName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string ServiceTypeName { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ServiceTypeName : string
Public ReadOnly Property ServiceTypeName As String

属性值

服务的完全限定类型名称。

属性

适用于