ServiceNameElement.Name 属性

定义

获取或设置此 ServiceNameElement 实例的服务提供程序名称 (SPN)。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name")]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name")>]
member this.Name : string with get, set
Public Property Name As String

属性值

String

一个 String,它包含此 ServiceNameElement 实例的 SPN 的表示形式。

属性

适用于