共用方式為


WorkflowControlEndpointElement.Binding 屬性

定義

取得或設定控制端點的繫結。

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

屬性值

包含控制端點繫結的字串。

屬性

適用於