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!

FieldInfo.IsSpecialName

Indicates whether the corresponding SpecialName attribute is set in the FieldAttributes enumerator.

[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 SpecialName attribute is set in FieldAttributes; otherwise, false.

See Also

FieldInfo Class | FieldInfo Members | System.Reflection Namespace | FieldAttributes