dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnectionStringBuilder Class / MetadataCache Property

In This Topic
    MetadataCache Property
    In This Topic
    Gets or sets the path to the metadata cache database file. If not set, the file is located in the user Application Data directory by default and is named by the Salesforce.com or Database.com account name.
    Syntax
    'Declaration
     
    Public Property MetadataCache As String
    public string MetadataCache {get; set;}

    Property Value

    The path to the metadata cache database file.
    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