Gets a GlobalMessageRule object in the collection by index number.
| C# | Visual Basic | Managed C++ |
public GlobalMessageRule Item [ int index ] { get; }
Public ReadOnly Property Item ( _ index As Integer _ ) As GlobalMessageRule
public: GlobalMessageRule^ Item { GlobalMessageRule^ get (int index); }
- index (Int32)
- An Int32 value that specifies the position of the GlobalMessageRule object in the GlobalMessageRuleCollection collection.
A GlobalMessageRule object value that represents the global message rule in virtual server.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)