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!

LogicalMethodInfo.GetCustomAttributes

[To be supplied.]

[Visual Basic]
Public Function GetCustomAttributes( _
   ByVal type As Type _
) As Object ()
[C#]
public object[] GetCustomAttributes(
   Type type
);
[C++]
public: Object* GetCustomAttributes(
   Type* type
) [];
[JScript]
public function GetCustomAttributes(
   type : Type
) : Object[];

Parameters

type
[To be supplied.]

See Also

LogicalMethodInfo Class | LogicalMethodInfo Members | System.Web.Services.Protocols Namespace