public string Name { get; }Public ReadOnly Property Name As String
Getpublic:
property String^ Name {
String^ get ();
}member Name : string with getA ComplexMatrixRow instance represents a row of a ComplexMatrix. More thoroughly, since each ComplexMatrixRow is an item in a ComplexMatrixRowCollection, such matrix can be inspected by getting the Matrix property of the given collection.
This property returns the name eventually set to the row of Matrix having the corresponding Index; otherwise null.