Interface IProperty
A property is a data element that has a single value.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IProperty : IDataElement, ISubmodelElement, IReferable, IHasExtensions, IHasKind, IHasSemantics, IQualifiable, IHasDataSpecification, IClass
Remarks
Constraints:
Properties
| Improve this Doc View SourceValue
The value of the property instance.
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValueId
Reference to the global unique ID of a coded value.
Declaration
IReference ValueId { get; set; }
Property Value
Type | Description |
---|---|
IReference |
Remarks
It is recommended to use a global reference.
ValueType
Data type of the value
Declaration
DataTypeDefXsd ValueType { get; set; }
Property Value
Type | Description |
---|---|
DataTypeDefXsd |