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.HasElementTypeImpl

Implements the HasElementType property and, when implemented by a derived class, determines whether the Type...

[Visual Basic]
MustOverride Protected Function HasElementTypeImpl() As Boolean
[C#]
protected abstract bool HasElementTypeImpl();
[C++]
protected: virtual bool HasElementTypeImpl() = 0;
[JScript]
protected abstract function HasElementTypeImpl() : Boolean;

Return Value

true if the Type is ...; otherwise, false.

Remarks

Abstract. This method must be implemented by a derived class.

See Also

Type Class | Type Members | System Namespace | HasElementType