Mike1DPluginInfoClassName Property  | 
 
            Name of class that implements the 
IMike1DPlugin interface.
            
            Class name must include name space, i.e. on the form
            
MyNameSpace.MySubNameSpace.MyPluginClass
 
    Namespace: 
   DHI.Mike1D.Plugins
    Assembly:
   DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic string ClassName { get; set; }Public Property ClassName As String
	Get
	Set
public:
property String^ ClassName {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also