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!

TypeDelegator.IsDefined

Checks to see if the TypeDelegator is defined on the given element (including inherited members).

[Visual Basic]
Overrides Public Function IsDefined( _
   ByVal attributeType As Type _
) As Boolean
[C#]
public override bool IsDefined(
   Type attributeType
);
[C++]
public: override bool IsDefined(
   Type* attributeType
);
[JScript]
public override function IsDefined(
   attributeType : Type
) : Boolean;

Parameters

attributeType
The type of the attribute to be returned

Return Value

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

Remarks

To be supplied

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace