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

Gets a value indicating whether the Type has a name that requires special handling.

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

Property Value

true if the Type has a name that requires special handling; otherwise, false.

See Also

Type Class | Type Members | System Namespace | TypeAttributes