Allows access to an attribute instance that is stored on an entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Interface IEntity |
Visual Basic (Usage) | |
---|
Dim instance As IEntity |
C# | |
---|
public interface IEntity |
C++/CLI | |
---|
public interface class IEntity |
Example
Remarks
Accessors
See Also