AppManUtilities.RetrieveAbbreviatedTechnologyTitle Method

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim sender As Object
Dim resultObject As IResultObject
Dim propertyName As String
Dim returnValue As String

returnValue = AppManUtilities.RetrieveAbbreviatedTechnologyTitle(sender, resultObject, propertyName)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId:="sender")> _
Public Shared Function RetrieveAbbreviatedTechnologyTitle ( _
    sender As Object, _
    resultObject As IResultObject, _
    propertyName As String _
) As String
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="sender")] 
public static string RetrieveAbbreviatedTechnologyTitle (
    Object sender,
    IResultObject resultObject,
    string propertyName
)
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA1801:ReviewUnusedParameters", MessageId=L"sender")] 
public:
static String^ RetrieveAbbreviatedTechnologyTitle (
    Object^ sender, 
    IResultObject^ resultObject, 
    String^ propertyName
)
/** @attribute SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="sender") */ 
public static String RetrieveAbbreviatedTechnologyTitle (
    Object sender, 
    IResultObject resultObject, 
    String propertyName
)
SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="sender") 
public static function RetrieveAbbreviatedTechnologyTitle (
    sender : Object, 
    resultObject : IResultObject, 
    propertyName : String
) : String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AppManUtilities Class
AppManUtilities Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace