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 Code |
---|---|
public struct CommandParameterValue |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Structure CommandParameterValue |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
Command |
The associated command configuration element
|
|
Parameter |
The associated command parameter configuration element.
|
|
Value |
Parameter value
|
See Also
Smartsite.Web.Commands Namespace