IVMRCAuthenticator::Description property

The Description property contains the authenticator's description.

This property is read-only.

Syntax

HRESULT get_Description(
  [out] BSTR *description
);

VB
VMRCAuthenticator.Description( _
  ByRef description _
)

Property value

The authenticator's description.

This property value is read-only.

Error codes

Name Meaning
S_OK
The property value was retrieved successfully.
E_POINTER
The description parameter is NULL.
DISP_E_EXCEPTION
An unknown error has occurred.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IVMRCAuthenticator