Class CodeProperty
Represents a Document property.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 17, 0, 0)]
public class CodeProperty : Property
Remarks
This class is available since v7.17.
Constructors
CodeProperty(String)
Initializes a new instance of the DocumentProperty class.
Declaration
public CodeProperty(string inValue)
Parameters
Type | Name | Description |
---|---|---|
String | inValue | Value. |
Fields
Value
The value
Declaration
public string Value
Field Value
Type | Description |
---|---|
String |
Properties
Type
Gets the property type.
Declaration
public override PropertyType Type { get; }
Property Value
Type | Description |
---|---|
PropertyType |