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!

FieldBuilder.IsDefined

[To be supplied.]

[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
[To be supplied.]

See Also

FieldBuilder Class | FieldBuilder Members | System.Reflection.Emit Namespace