Microsoft Internet Security and Acceleration Server 2004 SDK

PersistentName Property of IFPCPersist[C++]

FPCPersist.PersistentName [Visual Basic]

[C++]

The PersistentName property gets the persistent name of the object. The persistent name of an object is a name that is unique for the object at the respective level of the COM object hierarchy. For predefined objects, the persistent name is a globally unique identifier (GUID) that does not vary in different localized versions of ISA Server.

HRESULT get_PersistentName(
  BSTR* pbstrPersistentName
);

Parameters

pbstrPersistentName
Pointer to a BSTR that is set on return to a string value specifying the persistent name of the object.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

The persistent names of all of the predefined objects that are installed with ISA Server are listed in FpcObjectsGuids.h.

[Visual Basic]

The PersistentName property gets the persistent name of the object. The persistent name of an object is a name that is unique for the object at the respective level of the COM object hierarchy. For predefined objects, the persistent name is a globally unique identifier (GUID) that does not vary in different localized versions of ISA Server.

Property PersistentName As String

Property Value

String that specifies the persistent name of the object.

Remarks

This property is read-only.

The persistent names of all of the predefined objects that are installed with ISA Server are listed in FpcObjectsGuids.vbs and FpcObjectsGuids.js.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCPersist