Click or drag to resize
ParaPlan Logo

Attribute Constructor (String, String)

Initializes a new instance of the Attribute class

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Attribute(
	string value,
	string description
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:ParaPlanREST.Models.Attribute.#ctor(System.String,System.String)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:ParaPlanREST.Models.Attribute.#ctor(System.String,System.String)"]

See Also