Class MetaPropertyImpl
Represents the meta property implementation
Inheritance
System.Object
MetaPropertyImpl
Implements
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class MetaPropertyImpl : Object, IMetaProperty
Constructors
MetaPropertyImpl()
Declaration
public MetaPropertyImpl()
Properties
Name
Gets or sets the name of meta property
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Value
Gets or sets the value of meta property
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |