DVTk API
Item Property (index)
DVTkDvtkData.Validation.TypeSafeCollectionsValidationMessageCollectionItem[([(Int32])])
DVTk API

[This is preliminary documentation and is subject to change.]

Gets or sets the item at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public ValidationMessage this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As ValidationMessage
public:
property ValidationMessage^ default[int index] {
	ValidationMessage^ get (int index);
	void set (int index, ValidationMessage^ value);
}
Parameters
index (Int32)
Value
The item at the specified index.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0