NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.IsPrimitive

Gets a value indicating whether the Type is one of the primitive types.

[Visual Basic]
Public ReadOnly Property IsPrimitive As Boolean
[C#]
public bool IsPrimitive {get;}
[C++]
public: __property bool get_IsPrimitive();
[JScript]
public function get IsPrimitive() : Boolean;

Property Value

true if the Type is one of the primitive types; otherwise, false.

Remarks

The primitive types are Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Double, and Single.

See Also

Type Class | Type Members | System Namespace | Boolean | Byte | SByte | Int16 | UInt16 | Int32 | UInt32 | Int64 | UInt64 | Char | Double | Single | IsPrimitiveImpl