Entity Property (IFaultEntity)
Obsolete. Superseded by IFaultEntity::Entity2.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Entity( _
ByVal Index As System.Integer _
) As Entity |
Visual Basic (Usage) | |
---|
Dim instance As IFaultEntity
Dim Index As System.Integer
Dim value As Entity
value = instance.Entity(Index) |
C# | |
---|
Entity Entity(
System.int Index
) {get;} |
C++/CLI | |
---|
property Entity^ Entity {
Entity^ get(System.int Index);
} |
Parameters
- Index
-
See Also