Click or drag to resize
MvDataTypeSvTypeName Property
Gets the type of the associated server object.

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 SvTypeName { get; }

Property Value

Type: String
The type of the associated server object.
Exceptions
ExceptionCondition
InvalidKindException
Remarks

For a reference to a representation object or a hyper-reference, this is the type of the associated server object.

For a collector, this is the type of the server object associated with the representation object in the collection.

If all other situations, this is null.

See Also