ProxyAddressBaseCollection.SetAt Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders. Some topics may contain links to blank placeholder topics.]

Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in microsoft.exchange.data.dll)

Syntax

'Declaration

                    Protected Overrides Sub SetAt ( _
    index As Integer, _
    item As T _
)
                  
                    protected override void SetAt (
    int index,
    T item
)
                  
                    protected:
virtual void SetAt (
    int index, 
    T item
) override
                  
                    protected void SetAt (
    int index, 
    T item
)
                  
                    protected override function SetAt (
    index : int, 
    item : T
)
                  

Parameters

  • index
  • item

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2)

Target Platforms

See Also

Reference

ProxyAddressBaseCollection Class
ProxyAddressBaseCollection Members
Microsoft.Exchange.Data Namespace