Property.Property

Property(string, Property, params IPropertyItem[])

Erstellt eine neue Instanz.

public Property(string name, Property property, params IPropertyItem[] items)
ParameterTypBeschreibung
nameStringEin Eigenschaftsname.
propertyPropertyEin obligatorischesProperty Beispiel.
itemsIPropertyItem[]Ein beliebiges Array vonIPropertyItemInstanzen. Jeder muss a seinProperty oder einValue Beispiel.

Siehe auch


Property(string, Value, params IPropertyItem[])

Erstellt eine neue Instanz.

public Property(string name, Value value, params IPropertyItem[] items)
ParameterTypBeschreibung
nameStringEin Eigenschaftsname.
valueValueEin obligatorischesValue Beispiel.
itemsIPropertyItem[]Ein beliebiges Array vonIPropertyItemInstanzen. Jeder muss a seinProperty oder einValue Beispiel.

Siehe auch