IProgram::FullName Property

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

IProgram::FullName is a read-only property, in Configuration Manager, that indicates the full displayable program name that is presented to the user.

[IDL]
HRESULT FullName([out, retval] BSTR* pVal);

Parameters

  • pVal
    Data type: BSTR

    Qualifiers: [out, retval]

    Pointer to the full program name in the format below, where PackagePublisher, PackageVersion, and PackageLanguage are optional fields:

    "[PackagePublisher] PackageName [PackageVersion] [PackageLanguage] - ProgramName"

Return Values

An HRESULT code. Possible values include, but are not limited to, the following:

  • S_OK
    The method succeeded.

Remarks

This property should be used when presenting a displayable string that identifies the program to the user.

Requirements

UIResource.dll.

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

Program Class