| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IsExtensible As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool IsExtensible {get;} | |
Return Value
true if the Context Group is Extensible. false if the Context Group is Non-extensible.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code