ManageMetadataProxyPage Class
Reserved for internal use. Represents the code-behind page for creating and editing the managed metadata shared application.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
GlobalAdminPageBase
Microsoft.SharePoint.Taxonomy.OM.CodeBehind.ManageMetadataProxyPage
Namespace: Microsoft.SharePoint.Taxonomy.OM.CodeBehind
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class ManageMetadataProxyPage _
Inherits GlobalAdminPageBase
'Usage
Dim instance As ManageMetadataProxyPage
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class ManageMetadataProxyPage : GlobalAdminPageBase
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.