USqlAssemblyFileInfo.OriginalPath Property

 

Optional. Gets or sets the the original path to the assembly file.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public string OriginalPath { get; set; }
public:
property String^ OriginalPath {
    String^ get();
    void set(String^ value);
}
member OriginalPath : string with get, set
Public Property OriginalPath As String

Property Value

Type: System.String

See Also

USqlAssemblyFileInfo Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top