Class PackagedApplicationReference
Represents a reference to a packaged application.
Inherited Members
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
[DataMember]
public string ApplicationPackageId { get; set; }
Property Value
Type | Description |
---|---|
string | The application identifier. |
See Also
View SourceVersion
Gets or sets the version.
Declaration
[DataMember]
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string | The version. |