salesliteratureitem.filename Field

banner art

Specifies the file name of the document.

Syntax

[Visual Basic .NET]
Public Field filename As String
[C#]
public string filename;
[JScript]
public var filename : 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 No
Valid for retrieve Yes
Valid for update No
Max length 255

See Also

© 2007 Microsoft Corporation. All rights reserved.