| ViewDescriptionParameters Property |
Gets the view parameters description.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvViewParamInfo[] Parameters { get; }
Public ReadOnly Property Parameters As MvViewParamInfo()
Get
public:
property array<MvViewParamInfo>^ Parameters {
array<MvViewParamInfo>^ get ();
}
Property Value
Type:
MvViewParamInfo
Array of view parameter descriptions.
See Also