 | FWRetValMsgType Property |
Gets or sets the type of the MSG.
Namespace:
Koden.Utils.Models
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic FWMsgType MsgType { get; set; }
Public Property MsgType As FWMsgType
Get
Set
public:
property FWMsgType MsgType {
FWMsgType get ();
void set (FWMsgType value);
}
member MsgType : FWMsgType with get, set
Property Value
Type:
FWMsgTypeThe type of the MSG.
See Also