MXRecordListItem Property |
[Missing <summary> documentation for "P:NeevSoftware.Components.MXRecordList.Item(System.Int32)"]
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public MXRecord this[
int Index
] { get; set; }
Public Default Property Item (
Index As Integer
) As MXRecord
Get
Set
public:
property MXRecord^ default[int Index] {
MXRecord^ get (int Index);
void set (int Index, MXRecord^ value);
}
member Item : MXRecord with get, set
Parameters
- Index
- Type: SystemInt32
Property Value
Type:
MXRecordSee Also