ServiceEndpointElement.Contract 属性

定义

获取或设置一个字符串,该字符串指定终结点公开哪个协定。

public:
 property System::String ^ Contract { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("contract", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string Contract { get; set; }
[<System.Configuration.ConfigurationProperty("contract", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Contract : string with get, set
Public Property Contract As String

属性值

String

此终结点公开的协定。

属性

注解

程序集必须实现该协定类型。 如果服务实现所实现的是单个协定类型,则可以省略此属性。

适用于