Share via


ProviderInfo.Binding Property

 

Gets and sets the binding.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

[DataMemberAttribute]
public string Binding { get; set; }
public:
[DataMemberAttribute]
property String^ Binding {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property Binding As String

Property Value

Type: System.String

The binding.

See Also

ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top