SPIrmSettings class
代表在Microsoft SharePoint Foundation用以協助保護及通訊群組的文件的資訊版權管理 (IRM) 設定。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPIrmSettings
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPIrmSettings _
Inherits SPAutoSerializingObject
'用途
Dim instance As SPIrmSettings
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPIrmSettings : SPAutoSerializingObject
備註
使用SPWebService類別之**Irmsettings()**屬性可傳回部署內的 Web 服務的 IRM 設定。
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.