Microsoft Internet Security and Acceleration Server 2004 SDK

PersistentName Property of IFPCPolicyInTemplate[C++]

FPCPolicyInTemplate.PersistentName [Visual Basic]

[C++]

The PersistentName property gets the persistent name of the policy in the network template. The persistent name of a policy in a network template 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 policy in the network template.

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 policy in the network template. The persistent name of a policy in a network template 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 policy in the network template.

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

FPCPolicyInTemplate