TargetClassName Property (ClassOption)
In This Topic
Gets the name of the class to which the settings apply.
Syntax
'Declaration
Public ReadOnly Property TargetClassName As String
public string TargetClassName {get;}
public:
property String^ TargetClassName {
String^ get();
}
See Also