[]
Sets the name associated with a citation category number used in TA and TOA fields.
public static void SetName(int number, string name)
Public Shared Sub SetName(number As Integer, name As String)
Type | Name | Description |
---|---|---|
int | number | The citation category number. |
string | name | The name to associate with the specified category number. |