| MvValueKind Property |
Gets the kind of value.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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