Class StringProperty
String property type definition
Namespace: Unity.Semantic.Traits
Syntax
[Serializable]
[TraitPropertyType("String")]
public class StringProperty : TraitPropertyDefinition, INamedProperty
Properties
Type
Type of data stored by the definition
Declaration
public override Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Overrides
Value
String value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| String |