SPWebApplication.DocumentConversionsLoadBalancerServerId Property

Gets or sets the ID of the server in the farm that contains the load balancer.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property DocumentConversionsLoadBalancerServerId As Guid
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Guid

value = instance.DocumentConversionsLoadBalancerServerId

instance.DocumentConversionsLoadBalancerServerId = value
public Guid DocumentConversionsLoadBalancerServerId { get; set; }

Property Value

Type: System.Guid
A System.Guid that represents the server ID.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace