Represents a property page shown as part of a property sheet in Configuration Manager 2007. The page encapsulates session token creation, session token release, and related operations.

The following tables list the members exposed by the SmsPropertyPage type.

Public Constructors

  Name Description
SmsPropertyPage Initializes a new instance of SmsPropertyPage.
Top

Public Properties

  Name Description
public property Control Gets or sets the page control for the property page.
public property Destroyed  (inherited from PropertyPage )
public property Dirty Gets or sets a value that indicates whether data has changed on the property page.
public property ExceptionCustomHandler Gets or sets a handler for dealing with an exception that is raised by the provider.
public property HelpId Sets the identifier for the Help topic that is associated with the property page.
public property HelpTopic  (inherited from PropertyPage )
public property Initialized  (inherited from PropertyPage )
public property ParentSheet  (inherited from PropertyPage )
public property PostEventHandler Gets or sets an event handler that is invoked after all user interface changes are saved.
public property Title  (inherited from PropertyPage )
Top

Public Methods (see also Protected Methods )

  Name Description
public method AddSessionTokenRef Adds the reference count for the session token. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method DisplayError Prepares the property page and displays an error.
public method Equals  Overloaded. (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method OnHelpRequested Handles a notification that the user has requested Help.
public method static ReferenceEquals  (inherited from Object )
public method ReleaseSessionToken Releases the session token when its reference count reaches zero. This class supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method ToString  (inherited from Object )
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )
protected method OnApply Overridden. Handles a notification to every page in the property sheet that the user has clicked the Apply button and wants all changes to take effect.
protected method OnCancel Overridden. Handles a notification that the user has clicked the Cancel button and the property sheet is about to be destroyed. All changes that were made since the last apply operation are canceled.
protected method OnDestroy Overridden. Handles a notification that the property sheet is being destroyed, and performs necessary cleanup operations for the property page.
protected method OnInitialize Overridden. Handles a notification that the property page is being initialized.
protected method OnKillActive Overridden. Handles a notification that the property page is about to lose activation, either because another page is being activated, or because the user has clicked OK.
protected method OnOK Overridden. Handles a notification to every page in the property sheet that the user has clicked OK or Close and wants all changes to take effect.
protected method OnSetActive Overridden. Handles a notification that the property page is about to be activated.
protected method Put Writes the specified result objects to the database, and then calls the data updated delegate to invoke the Refresh verb in the main Microsoft Management Console snap-in thread.
protected method QueryCancel Overridden. Determines whether the property page should be canceled.
Top

Explicit Interface Implementations

See Also


Send comments about this topic to Microsoft.