ISharedServiceApplication.Endpoints 属性

获取此服务应用程序的终结点。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
ReadOnly Property Endpoints As IEnumerable(Of IServiceEndpoint)
    Get
用法
Dim instance As ISharedServiceApplication
Dim value As IEnumerable(Of IServiceEndpoint)

value = instance.Endpoints
IEnumerable<IServiceEndpoint> Endpoints { get; }

属性值

类型:System.Collections.Generic.IEnumerable<IServiceEndpoint>
返回IEnumerable<T>

另请参阅

引用

ISharedServiceApplication 接口

ISharedServiceApplication 成员

Microsoft.SharePoint.Administration 命名空间