Share via


ATTRIBUTEINFO Enumeration

The values of the ATTRIBUTEINFO type enumerate characteristics of a specified attribute.

typedef enum _ATTRIBUTEINFO
{
  NAME = 1,
  SYNTAX,
  RESTRICTIONS,
  DESCRIPTION,
  VENDORID,
  LDAPNAME,
  VENDORTYPE
}ATTRIBUTEINFO;

Constants

  • NAME
    The name of the attribute.

  • SYNTAX
    The syntax of the attribute.

  • RESTRICTIONS
    Restrictions on how the attribute can be used.

  • DESCRIPTION
    Description of the attribute.

  • VENDORID
    The vendor ID for Vendor Specific Attributes (VSA).

  • LDAPNAME
    The Lightweight Directory Access Protocol (LDAP) name for the attribute.

  • VENDORTYPE
    The attribute type for Vendor Specific Attributes (VSA).

Requirements

Server

Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server.

Header

Declared in SdoIas.h.

IDL

Declared in SdoIas.idl.

See Also

ISdoDictionaryOld::GetAttributeInfo
ATTRIBUTERESTRICTIONS
ATTRIBUTESYNTAX

Send comments about this topic to Microsoft

Build date: 10/15/2007