RecordsRepositoryProperty Class
A structure which represents properties of the records repository. The structure consists of four strings which include the name of the object, the value, the type of the object, and any other information.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.RecordsRepositoryProperty
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class RecordsRepositoryProperty
Dim instance As RecordsRepositoryProperty
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class RecordsRepositoryProperty
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.