Leadtools.Services.DataContracts Namespace > DbBinaryData Class : CommandType Property |
[DataMemberAttribute(Name="CommandType", IsRequired=true)] public DbBinaryDataCommandType CommandType {get; set;}
'Declaration <DataMemberAttribute(Name="CommandType", IsRequired=True)> Public Property CommandType As DbBinaryDataCommandType
'Usage Dim instance As DbBinaryData Dim value As DbBinaryDataCommandType instance.CommandType = value value = instance.CommandType
[DataMemberAttribute(Name="CommandType", IsRequired=true)] public: property DbBinaryDataCommandType CommandType { DbBinaryDataCommandType get(); void set ( DbBinaryDataCommandType value); }