Applies to all classes in the current assembly. Ignored if the XllAttributes set is not applied to an assembly.

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public XllAssemblyExportAttribute XllAssembly { get; set; }
Visual Basic (Declaration)
Public Property XllAssembly As XllAssemblyExportAttribute
Visual C++
public:
property XllAssemblyExportAttribute^ XllAssembly {
	XllAssemblyExportAttribute^ get ();
	void set (XllAssemblyExportAttribute^ value);
}

See Also