CommondDataSetType Property
In This Topic
This field indicates that a Data Set is present in the Message. It shall be set to any value other than 0101H (Null).
Syntax
'Declaration
Public ReadOnly Property CommondDataSetType As System.UShort
'Usage
Dim instance As CStoreRequestArgs
Dim value As System.UShort
value = instance.CommondDataSetType
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also