SiteInfo.Bindings Property

 

Namespace:   Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

Syntax

public List<BindingInfo> Bindings { get; }
public:
property List<BindingInfo^>^ Bindings {
    List<BindingInfo^>^ get();
}
member Bindings : List<BindingInfo> with get
Public ReadOnly Property Bindings As List(Of BindingInfo)

Property Value

Type: System.Collections.Generic.List<BindingInfo>

See Also

SiteInfo Class
Microsoft.Web.Management.Server Namespace

Return to top