XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / UseQuotesForDateTimeInQueries Property



In This Topic
    UseQuotesForDateTimeInQueries Property
    In This Topic
    Workaround for bad registries which expect quotes around date time values in queries
    Syntax
    Public Shared Property UseQuotesForDateTimeInQueries As Boolean
    Dim value As Boolean
     
    XdsGlobal.UseQuotesForDateTimeInQueries = value
     
    value = XdsGlobal.UseQuotesForDateTimeInQueries
    public static bool UseQuotesForDateTimeInQueries {get; set;}
    public:
    static property bool UseQuotesForDateTimeInQueries {
       bool get();
       void set (    bool value);
    }
    Remarks
    Set to true to enable quotes
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also