USqlAssemblyFileInfo.ContentPath Property
Optional. Gets or sets the the content 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 ContentPath { get; set; }
public:
property String^ ContentPath {
String^ get();
void set(String^ value);
}
member ContentPath : string with get, set
Public Property ContentPath As String
Property Value
Type: System.String
See Also
USqlAssemblyFileInfo Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top