<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Properties > Value.SystemDataType Property |
Gets the data type of this instance.
[Visual Basic]
Public ReadOnly Property SystemDataType() As TypeCode
Public Get
End Get
End Property
[C#]
public TypeCode SystemDataType { public get; }
DataType of the instance. The following data types are suported: System.TypeCode.Boolean System.TypeCode.Byte System.TypeCode.DateTime System.TypeCode.Double System.TypeCode.Int16 System.TypeCode.Int32 System.TypeCode.Int64 System.TypeCode.SByte System.TypeCode.Single System.TypeCode.String System.TypeCode.Object (structres) System.TypeCode.DateTime System.TypeCode.UInt16 System.TypeCode.UInt32 System.TypeCode.UInt64
Value Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]