Share via


salesliteratureitem.attacheddocumenturl Field

banner art

Specifies the URL of the Web site on which the document is located.

Syntax

[Visual Basic .NET]
Public Field attacheddocumenturl As String
[C#]
public string attacheddocumenturl;
[JScript]
public var attacheddocumenturl : 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

© 2007 Microsoft Corporation. All rights reserved.