ProviderMetadata.ResourceFilePath Property

Definition

Gets the path to the file that contains the metadata associated with the provider.

public:
 property System::String ^ ResourceFilePath { System::String ^ get(); };
public string ResourceFilePath { get; }
member this.ResourceFilePath : string
Public ReadOnly Property ResourceFilePath As String

Property Value

Returns a string that contains the path to the file that contains the metadata associated with the provider.

Applies to

See also