ExamplePath Property
Gets {insert text here}.
Namespace: Microsoft.Data.Tools.Schema.MsDeploy
Assembly: Microsoft.Data.Tools.Schema.DbSqlPackage (in Microsoft.Data.Tools.Schema.DbSqlPackage.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ExamplePath As String
Get
'Usage
Dim instance As MsDeployProviderFactory
Dim value As String
value = instance.ExamplePath
public override string ExamplePath { get; }
public:
virtual property String^ ExamplePath {
String^ get () override;
}
abstract ExamplePath : string
override ExamplePath : string
override function get ExamplePath () : String
Property Value
Type: System..::..String