SPFile.IsIRMed-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob die Verwaltung von Informationsrechten für die Datei aktiviert ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsIRMed As Boolean
Get
'Usage
Dim instance As SPFile
Dim value As Boolean
value = instance.IsIRMed
public bool IsIRMed { get; }
Eigenschaftswert
Typ: System.Boolean
true bei aktiviertem Information Rights Manament; andernfalls false.