| MvViewParamInfoDefaultValue Property |
The default value of the parameter.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvValue DefaultValue { get; }
Public ReadOnly Property DefaultValue As MvValue
Get
public:
property MvValue^ DefaultValue {
MvValue^ get ();
}
Property Value
Type:
MvValueThe default value of the parameter.
See Also