Class DocumentProperty
Represents a document property.
Inheritance
System.Object
DocumentProperty
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DocumentProperty : object
Properties
Name
Gets or sets the name of the document property.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the name of the custom document property.
Declaration
public CustomPropertyType Type { get; set; }
Property Value
Type | Description |
---|---|
CustomPropertyType |
Value
Gets or sets the value of the document property.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |