ServiceHealthModel.ServicePropertiesModel.ServiceTypeName Property

Definition

Gets the fully qualified type name of the WCF service.

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

Property Value

The fully qualified type name of the service.

Attributes

Applies to