Struct XmlProperty
Represents a xml property.///
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: FastReport.Utils
Assembly: FastReport.OpenSource.dll
Syntax
public struct XmlProperty
Properties
Key
Represents a property key.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Represents a property value.
Declaration
public 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 |