MultiValuedProperty<T>.RemoveAt Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub RemoveAt ( _
index As Integer _
)
'Usage
Dim instance As MultiValuedProperty
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
Parameters
- index
Type: System.Int32