CatalogItem.Version Property
Optional. Gets or sets the version of the catalog item.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public Guid Version { get; set; }
public:
property Guid Version {
Guid get();
void set(Guid value);
}
member Version : Guid with get, set
Public Property Version As Guid
Property Value
Type: System.Guid
See Also
CatalogItem Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top