Class Property
Represents a string-valued property of a FlowModel object.
Inherited Members
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class Property
Properties
View SourceName
Gets the property name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The property name. |
Value
Gets the property value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string | The property value. |