This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CommandElement
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CommandElement

The type exposes the following methods.

Public Methods

  Name Description
Public method Equals (Inherited from ConfigurationElement.)
Public method GetCommandType
Gets the actual .NET type of the command this element is representing.
Public method GetHashCode (Inherited from ConfigurationElement.)
Public method GetType (Inherited from Object.)
Public method IsAssociatedWith
Determines whether this instance is associated with specified command.
Public method IsReadOnly (Inherited from ConfigurationElement.)
Public method ToString (Inherited from Object.)

Protected Methods

See Also

Advanced