ResourcesAttribute constructor (String, String, String)

Initializes a new instance of the ResourcesAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    propName As String, _
    category As String, _
    description As String _
)
'Usage
Dim propName As String
Dim category As String
Dim description As String

Dim instance As New ResourcesAttribute(propName, _
    category, description)
public ResourcesAttribute(
    string propName,
    string category,
    string description
)

Parameters

See also

Reference

ResourcesAttribute class

ResourcesAttribute members

ResourcesAttribute overload

Microsoft.SharePoint.WebPartPages namespace