AddBDCApplication Class (Microsoft.Office.Server.ApplicationRegistry.Administration.UI)
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration.UI
Assembly: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name:="FullTrust")> _
Public Class AddBDCApplication
Inherits BDCBasePage
'Usage
Dim instance As AddBDCApplication
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust")]
public class AddBDCApplication : BDCBasePage
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
Microsoft.Office.Server.Internal.UI.OfficeServerPageBase
Microsoft.Office.Server.Internal.UI.SspAdminPageBase
Microsoft.Office.Server.ApplicationRegistry.Administration.UI.BDCBasePage
Microsoft.Office.Server.ApplicationRegistry.Administration.UI.AddBDCApplication
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
AddBDCApplication Members
Microsoft.Office.Server.ApplicationRegistry.Administration.UI Namespace