'Declaration Public ReadOnly Property SqlArtMarkupNameSqlDbType As Nullable(Of SqlDbType)
'Usage Dim instance As MarkupSqlImageDataProvider Dim value As Nullable(Of SqlDbType) value = instance.SqlArtMarkupNameSqlDbType
public Nullable<SqlDbType> SqlArtMarkupNameSqlDbType {get;}
public: __property Nullable<SqlDbType> get_SqlArtMarkupNameSqlDbType();
public: property Nullable<SqlDbType> SqlArtMarkupNameSqlDbType { Nullable<SqlDbType> get(); }