CommondDataSetType Property
This field indicates that a Data Set is present in the Message. It shall be set to any value other than 0101H (Null).
public System.ushort CommondDataSetType {get;}
public read-only property CommondDataSetType: System.Word;
public function get CommondDataSetType : System.ushort
public: __property System.ushort get_CommondDataSetType();
public:
property System.ushort CommondDataSetType {
System.ushort get();
}
'Declaration
Public ReadOnly Property CommondDataSetType As System.UShort
'Usage
Dim instance As CStoreRequestArgs
Dim value As System.UShort
value = instance.CommondDataSetType
Target Platforms: .NET CLR 4.8 or higher