Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.DataContracts Namespace > DbBinaryData Class : DataFieldType Property |
[DataMemberAttribute(Name="DataFieldType", IsRequired=true)] public DbBinaryDataFieldType DataFieldType {get; set;}
'Declaration <DataMemberAttribute(Name="DataFieldType", IsRequired=True)> Public Property DataFieldType As DbBinaryDataFieldType
'Usage Dim instance As DbBinaryData Dim value As DbBinaryDataFieldType instance.DataFieldType = value value = instance.DataFieldType
[DataMemberAttribute(Name="DataFieldType", IsRequired=true)] public: property DbBinaryDataFieldType DataFieldType { DbBinaryDataFieldType get(); void set ( DbBinaryDataFieldType value); }