CompileTimeValidate(Object) Method

MNG Profiler

MNG.Direct Documentation


CompileTimeValidate(Object) Method
Syntax
'Declaration
 
Public Overloads Function CompileTimeValidate( _
   ByVal target As Object _
) As Boolean
'Usage
 
Dim instance As ProfileAttribute
Dim target As Object
Dim value As Boolean
 
value = instance.CompileTimeValidate(target)
public bool CompileTimeValidate( 
   object target
)
public:
bool CompileTimeValidate( 
   Object^ target
) 

Parameters

target
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also