ResourcesAttribute Constructor (String, String, String)
Initializes a new instance of the ResourcesAttribute class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
propName
Type: System.StringThe name of a property when displayed in a CustomPropertyToolPart.
category
Type: System.StringThe category of a property when displayed in a CustomPropertyToolPart.
description
Type: System.StringA description of a property when displayed in a CustomPropertyToolPart.