IdeaBlade DevForce 2010 Help Reference
Instance Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > EnglishGrammarRules Class : Instance Property



Used to get or set the instance used to process the grammar rules. Typically used to extend the class to handle complex rules (such as better pluralization) without affecting the callers of the methods.

Syntax

Visual Basic (Declaration) 
Protected Shared Property Instance As EnglishGrammarRules
Visual Basic (Usage)Copy Code
Dim value As EnglishGrammarRules
 
EnglishGrammarRules.Instance = value
 
value = EnglishGrammarRules.Instance
C# 
protected static EnglishGrammarRules Instance {get; set;}
C++/CLI 
protected:
static property EnglishGrammarRules^ Instance {
   EnglishGrammarRules^ get();
   void set (    EnglishGrammarRules^ 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

© 2013 All Rights Reserved.