Class MetaProperty
Represents a single property in a collection of properties describing the metadata stored in a document.
Inheritance
System.Object
    MetaProperty
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public class MetaPropertyConstructors
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 |