USqlAssembly.IsUserDefined Property
Optional. Gets or sets the switch indicating if this assembly is user defined or not.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public bool IsUserDefined { get; set; }
public:
property bool IsUserDefined {
bool get();
void set(bool value);
}
member IsUserDefined : bool with get, set
Public Property IsUserDefined As Boolean
Property Value
Type: System.Boolean
See Also
USqlAssembly Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top