| MvDataTypeUserTypeName Property |
Gets the name of this type.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public string UserTypeName { get; }
Public ReadOnly Property UserTypeName As String
Get
public:
property String^ UserTypeName {
String^ get ();
}
Property Value
Type:
String
The name of this type.
Exceptions 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