Click or drag to resize
MvDataTypeUserTypeName Property
Gets the name of this type.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public string UserTypeName { get; }

Property Value

Type: String
The name of this type.
Exceptions
ExceptionCondition
InvalidKindException
Remarks
If this is a user-defined type, a ref or a collector this property is the name of the type.

In all the other situations, this is null.

See Also