template.title Field

banner art

Contains the title of the template.

Syntax

[Visual Basic .NET]
Public Field title As String
[C#]
public string title;
[JScript]
public var title : String;

Remarks

Represents a field of type String.

The following table contains additional information about this attribute:

Platform required No
Application requirement level Business Required
Valid for create Yes
Valid for retrieve Yes
Valid for update Yes
Max length 200

See Also

© 2007 Microsoft Corporation. All rights reserved.