UpdateInfoBase.GetUpdateTitle Method (UpdateInfoBase)

 

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

protected static string GetUpdateTitle(
    UpdateInfoBase updateInfo
)
protected:
static String^ GetUpdateTitle(
    UpdateInfoBase^ updateInfo
)
static member GetUpdateTitle : 
        updateInfo:UpdateInfoBase -> string
Protected Shared Function GetUpdateTitle (
    updateInfo As UpdateInfoBase
) As String

Parameters

Return Value

Type: System.String

See Also

UpdateInfoBase Class
Microsoft.ClusterAwareUpdating Namespace

Return to top