FabricationConfiguration.LocateSpecification
Method
Description:
Gets the specification identifier by group and name.
Gets the specification identifier by group and name.
Parameters
Parameter | Type | Description |
---|---|---|
group | String | The specification group. |
name | String | The specification name. |
Return Value
Type | Description |
---|---|
Int32 | The specification identifier. Returns -1 if not found. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |