NTAccount.IsValidTargetType Method (Type)
.NET Framework (current version)
Returns a value that indicates whether the specified type is a valid translation type for the NTAccount class.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- targetType
-
Type:
System.Type
The type being queried for validity to serve as a conversion from NTAccount. The following target types are valid:
Return Value
Type: System.Booleantrue if targetType is a valid translation type for the NTAccount class; otherwise false.
.NET Framework
Available since 2.0
Available since 2.0
Show: