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