MiningServiceParameter Members
Include Protected Members
Include Inherited Members
Represents an available parameter for the mining service.
The MiningServiceParameter type exposes the following members.
Methods
Name | Description | |
---|---|---|
{dtor}() | Releases all resources used by the MiningServiceParameter. | |
Dispose() | Releases all resources used by the MiningServiceParameter. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
DefaultValue | Gets the default value for this parameter. | |
Description | Gets the description of the parameter. | |
IsRequired | Gets a Boolean indicating if this parameter is required. | |
Name | Gets the name of the parameter. | |
ParameterType | Gets the type of the parameter value. | |
Properties | Gets the properties for the mining service parameter. | |
ServiceName | Gets the service name for the mining service parameter. | |
UniqueName | ||
ValueEnumeration | Gets a string that describes possible values for this parameter. |
Top