| Visual Basic (Declaration) | |
|---|---|
Overrides Public Sub RestrictName() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public override void RestrictName() | |
| C++/CLI | |
|---|---|
public: void RestrictName(); override | |
This method will enumerate all of the objects inside this AnnGroupObject, calling the AnnObject.RestrictName method on each one.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code