salesliteratureitem.authorname Field
Specifies the author name for the document.
Syntax
[Visual Basic .NET]
Public Field authorname As String
[C#]
public string authorname;
[JScript]
public var authorname : String;
Remarks
Represents a field of type String.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level | No Constraint |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
Max length | 500 |
See Also