Click or drag to resize

MvDataTypeRpTypeName Property

Gets the type of the representation object.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax
public string RpTypeName { get; }

Property Value

Type: String
The type of the representation object.
Exceptions
ExceptionCondition
InvalidKindException
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