Subject Constructor(string)

Summary

Initializes a new instance of the Subject class.

Syntax
C#
VB
C++
public Subject( 
   string name 
) 
Public Function New( _ 
   ByVal name As String _ 
) 
public: 
Subject(  
   String^ name 
) 

Parameters

name
The name of the subject.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly