Property.Property

Property(string, Property, params IPropertyItem[])

Creates a new instance.

public Property(string name, Property property, params IPropertyItem[] items)
ParameterTypeDescription
nameStringA property name.
propertyPropertyA mandatory Property instance.
itemsIPropertyItem[]An arbitrary array of IPropertyItem instances. Each one must be a Property or a Value instance.

See Also


Property(string, Value, params IPropertyItem[])

Creates a new instance.

public Property(string name, Value value, params IPropertyItem[] items)
ParameterTypeDescription
nameStringA property name.
valueValueA mandatory Value instance.
itemsIPropertyItem[]An arbitrary array of IPropertyItem instances. Each one must be a Property or a Value instance.

See Also