ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > ServerDescriptor Class : IdQuotes Property |
'Declaration Public Property IdQuotes As GenericSyntaxIdentifierQuotes
'Usage Dim instance As ServerDescriptor Dim value As GenericSyntaxIdentifierQuotes instance.IdQuotes = value value = instance.IdQuotes
public GenericSyntaxIdentifierQuotes IdQuotes {get; set;}
public: __property GenericSyntaxIdentifierQuotes get_IdQuotes(); public: __property void set_IdQuotes( GenericSyntaxIdentifierQuotes value );