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