template.ispersonal Field

banner art

Specifies whether the template is personal or is available to all users.

Syntax

[Visual Basic .NET]
Public Field ispersonal As CrmBoolean
[C#]
public CrmBoolean ispersonal;
[JScript]
public var ispersonal : CrmBoolean;

Remarks

Represents a field of type CrmBoolean.

The following table contains additional information about this attribute:

Platform required No
Application requirement level Read-Only
Valid for create No
Valid for retrieve Yes
Valid for update No
Display strings Organization
Individual
Default value No

See Also

© 2007 Microsoft Corporation. All rights reserved.