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!

MemberAttribute.TypeId

Gets a unique ID for this MemberAttribute.

[Visual Basic]
Overridable Public ReadOnly Property TypeId As Object
[C#]
public object TypeId {virtual get;}
[C++]
public: __property virtual Object* get_TypeId();
[JScript]
public function get TypeId() : Object;

Property Value

A unique ID. For most attributes, this ID represents the type of the attribute.

Remarks

The unique ID is used by filtering methods to identify two attributes that are the same type.

See Also

MemberAttribute Class | MemberAttribute Members | System.ComponentModel Namespace