LDAP Client.Net

Attribute.Name Property

The Attribute's name.

[Visual Basic]
MustOverride Public Property ReadOnly Name As String
[C#]
public abstract string Name { get; }
[C++]
public: abstract __property String* get_Name();
[JScript]
public abstract function get Name() : String

See Also

Attribute Class | LdapServices.Ldap Namespace