SmsPageControl Constructor (SmsPageData)

Initializes a new instance of SmsPageControl for the specified page data.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim pageData As SmsPageData

Dim instance As New SmsPageControl(pageData)

Syntax

'Declaration
Public Sub New ( _
    pageData As SmsPageData _
)
public SmsPageControl (
    SmsPageData pageData
)
public:
SmsPageControl (
    SmsPageData^ pageData
)
public SmsPageControl (
    SmsPageData pageData
)
public function SmsPageControl (
    pageData : SmsPageData
)

Parameters

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsPageData