Class MetaProperty
Represents a single property in a collection of properties describing the metadata stored in a document.
Inheritance
System.Object
MetaProperty
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public class MetaProperty : Object
Constructors
MetaProperty()
Declaration
public MetaProperty()
Properties
DisplayName
Gets the name of the MetaProperty object.
Declaration
public string DisplayName { get; }
Property Value
Type |
---|
System.String |
Id
Gets the ID of the MetaProperty object.
Declaration
public string Id { get; }
Property Value
Type |
---|
System.String |
IsReadOnly
Gets a Boolean value that specifies whether the meta property is read-only
Declaration
public bool IsReadOnly { get; }
Property Value
Type |
---|
System.Boolean |
IsRequired
Gets a Boolean value that specifies whether the meta property is required.
Declaration
public bool IsRequired { get; }
Property Value
Type |
---|
System.Boolean |
Type
Gets the data type of the MetaProperty object.
Declaration
public MetaPropertyType Type { get; }
Property Value
Type |
---|
MetaPropertyType |
Value
Gets or sets the value of metadata property.
Declaration
public object Value { get; set; }
Property Value
Type |
---|
System.Object |