Gets or sets the default custom context to be used in constructing a
VerifierContext if one is not passed in during verification execution.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property DefaultCustomContext As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As VerifierEngine
Dim value As Object
instance.DefaultCustomContext = value
value = instance.DefaultCustomContext |
C# | |
---|
public virtual object DefaultCustomContext {get; set;} |
C++/CLI | |
---|
public:
virtual property Object^ DefaultCustomContext {
Object^ get();
void set ( Object^ value);
} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also