| MvValueKind Property |
Gets the kind of value.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvKind Kind { get; }
Public ReadOnly Property Kind As MvKind
Get
public:
property MvKind Kind {
MvKind get ();
}
Property Value
Type:
MvKind
The kind of value.
See Also