This documentation is archived and is not being maintained.
Type.IsAutoClass Property
.NET Framework 1.1
Gets a value indicating whether the string format attribute AutoClass is selected for the Type.
[Visual Basic] Public ReadOnly Property IsAutoClass As Boolean [C#] public bool IsAutoClass {get;} [C++] public: __property bool get_IsAutoClass(); [JScript] public function get IsAutoClass() : Boolean;
Property Value
true if the string format attribute AutoClass is selected for the Type; otherwise, false.
Remarks
The StringFormatMask selects the string format attributes. The string format attributes enhance interoperability by defining how strings should be interpreted.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Type Class | Type Members | System Namespace | TypeAttributes | IsAnsiClass | IsUnicodeClass
Show: