DocumentConversionsLoadBalancerPicker.SelectCurrentLoadBalancer Method
Sets as the selected item in the drop-down list the load balancer server that matches the specified GUID.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub SelectCurrentLoadBalancer ( _
idServer As Guid _
)
'Usage
Dim instance As DocumentConversionsLoadBalancerPicker
Dim idServer As Guid
instance.SelectCurrentLoadBalancer(idServer)
public void SelectCurrentLoadBalancer(
Guid idServer
)
Parameters
idServer
Type: System.GuidA GUID that represents the identifier of the load balancer server.
See Also
Reference
DocumentConversionsLoadBalancerPicker Class