SPPatchInfo.PatchName property

Name of the patch.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property PatchName As String
    Get
'Usage
Dim instance As SPPatchInfo
Dim value As String

value = instance.PatchName
public string PatchName { get; }

Property value

Type: System.String
A String representation of the name.

See also

Reference

SPPatchInfo class

SPPatchInfo members

Microsoft.SharePoint.Administration namespace