For Babelfish Release 1.12.4.4

SetName(String, String, String) Constructor

Initializes a new instance of the SetName class

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public SetName(
	string nameSpace,
	string name,
	string version
)

Parameters

nameSpace  String
name  String
version  String
Must be in form v[major].[minor]

Exceptions

ArgumentExceptionThrown if the passed in version string could not be parsed.

See Also