ResourceStoreCOM Class
Represents a resource store client.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.ResourceStoreCOM
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("D01D996C-D457-4bb4-8878-CA311D066379")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class ResourceStoreCOM _
Implements IResourceStoreCOM
'Usage
Dim instance As ResourceStoreCOM
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("D01D996C-D457-4bb4-8878-CA311D066379")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class ResourceStoreCOM : IResourceStoreCOM
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.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace