| Attribute Constructor (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
)
public:
Attribute(
String^ value
)
ParaPlanREST.Models.Attribute = function(value);
Parameters
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:ParaPlanREST.Models.Attribute.#ctor(System.String)"]
See Also