Struct XmlProperty
Represents a xml property.
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public struct XmlProperty
Properties
Key
Represents a property key.
Declaration
public readonly string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Represents a property value.
Declaration
public readonly string Value { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Create(String, String)
Creates new property and assigns value
Declaration
public static XmlProperty Create(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | Property key |
System.String | value | Property value |
Returns
Type | Description |
---|---|
XmlProperty |