SPClientRequestServiceSettings class
代表控制 Windows Communication Foundation (WCF) 服務, client.svc,其提供用戶端物件模型的行為的設定。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPClientRequestServiceSettings
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPClientRequestServiceSettings _
Inherits SPAutoSerializingObject
'用途
Dim instance As SPClientRequestServiceSettings
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPClientRequestServiceSettings : SPAutoSerializingObject
備註
當啟動服務之後,僅使用這個值。若要變更此值已啟動服務之後必須回收應用程式網域。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.