AdministrationMetadataCatalogStruct Class

Represents the administration metadata catalog structure.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.SharedService.MetadataObjectStruct
    Microsoft.SharePoint.BusinessData.SharedService.AdministrationMetadataCatalogStruct

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "AdministrationMetadataCatalogStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class AdministrationMetadataCatalogStruct _
    Inherits MetadataObjectStruct
'Usage
Dim instance As AdministrationMetadataCatalogStruct
[DataContractAttribute(Name = "AdministrationMetadataCatalogStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class AdministrationMetadataCatalogStruct : MetadataObjectStruct

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

AdministrationMetadataCatalogStruct Members

Microsoft.SharePoint.BusinessData.SharedService Namespace