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!

Attribute.IsDefined

[To be supplied.]

Overload List

Returns true if this attribute is defined on the given element (including inherited members)

[Visual Basic] Overloads Public Shared Function IsDefined(MemberInfo, Type) As Boolean
[C#] public static bool IsDefined(MemberInfo, Type);
[C++] public: static bool IsDefined(MemberInfo*, Type);
[JScript] public static function IsDefined(MemberInfo, Type) : Boolean;

Returns true if this attribute is defined on the given element (including inherited members)

[Visual Basic] Overloads Public Shared Function IsDefined(ParameterInfo, Type) As Boolean
[C#] public static bool IsDefined(ParameterInfo, Type);
[C++] public: static bool IsDefined(ParameterInfo*, Type);
[JScript] public static function IsDefined(ParameterInfo, Type) : Boolean;

Returns true if this attribute is defined on the given element (including inherited members)

[Visual Basic] Overloads Public Shared Function IsDefined(Assembly, Type) As Boolean
[C#] public static bool IsDefined(Assembly, Type);
[C++] public: static bool IsDefined(Assembly*, Type);
[JScript] public static function IsDefined(Assembly, Type) : Boolean;

Returns true if this attribute is defined on the given element (including inherited members)

[Visual Basic] Overloads Public Shared Function IsDefined(Module, Type) As Boolean
[C#] public static bool IsDefined(Module, Type);
[C++] public: static bool IsDefined(Module*, Type);
[JScript] public static function IsDefined(Module, Type) : Boolean;

See Also

Attribute Class | Attribute Members | System Namespace