public ParentCommandAttribute(
	string parentCommandTypeName
)Public Sub New ( 
	parentCommandTypeName As String
)
Dim parentCommandTypeName As String
Dim instance As New ParentCommandAttribute(parentCommandTypeName)public:
ParentCommandAttribute(
	String^ parentCommandTypeName
)This constructor is not compatible with the GeneratedCommandManagerAttribute; use the ParentCommandAttribute(Type) constructor instead.
| ArgumentNullException | parentCommandTypeName is . |