| MvDataTypeRpTypeName Property |
Gets the type of the representation object.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public string RpTypeName { get; }
Public ReadOnly Property RpTypeName As String
Get
public:
property String^ RpTypeName {
String^ get ();
}
Property Value
Type:
String
The type of the representation object.
Exceptions Remarks
For a reference to a representation object, this is the type of
the representation object.
For a collector, this is the type of the representation object
in the collection.
If all other situations, this is null.
See Also