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