Constructor ComputationAttribute
| Improve this Doc View SourceComputationAttribute(String)
Initializes a new instance of ComputationAttribute, by name.
Declaration
public ComputationAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the computation. |
ComputationAttribute(String, ComputationMode)
Initializes a new instance of ComputationAttribute, by name and computation mode.
Declaration
public ComputationAttribute(string name, ComputationMode mode)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the computation. |
ComputationMode | mode | The computation mode. |