ISharedServiceApplication.DefaultEndpoint Property
Gets or sets the default endpoint of the service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Property DefaultEndpoint As IServiceEndpoint
Get
Set
'Usage
Dim instance As ISharedServiceApplication
Dim value As IServiceEndpoint
value = instance.DefaultEndpoint
instance.DefaultEndpoint = value
IServiceEndpoint DefaultEndpoint { get; set; }
Property Value
Type: Microsoft.SharePoint.Administration.IServiceEndpoint
Returns IServiceEndpoint.
See Also
Reference
ISharedServiceApplication Interface