Class PackagedApplicationReference
Represents a reference to a packaged application
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class PackagedApplicationReference : ApplicationReference
Properties
View SourceApplicationPackageId
Gets or sets the application identifier.
Declaration
public string ApplicationPackageId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The application identifier. |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String | The version. |