DataTypeSystemType Property |
Gets the .NET system type.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[JsonIgnoreAttribute]
public Type SystemType { get; }<JsonIgnoreAttribute>
Public ReadOnly Property SystemType As Type
Get
public:
[JsonIgnoreAttribute]
property Type^ SystemType {
Type^ get ();
}[<JsonIgnoreAttribute>]
member SystemType : Type with get
Property Value
Type:
Type
The .NET system type.
See Also