'Declaration
Public Function New( _ ByVal displayName As String, _ ByVal category As String, _ ByVal description As String _ )
'Usage
Dim displayName As String Dim category As String Dim description As String Dim instance As New AliasMetadata(displayName, category, description)
public AliasMetadata( string displayName, string category, string description )
public: AliasMetadata( String^ displayName, String^ category, String^ description )
Parameters
- displayName
- Specifies the display name for an alias.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - category
- The name of the category in which the alias is grouped.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - description
- Specifies a description for the alias.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).