CrmBoolean.name Field

banner art

Specifies the value of the attribute in string form.

Syntax

[Visual Basic]
Public Field name As String

[C#]
public string name;

[JScript]
public var name : String;

Remarks

This field is read-only. The value of this field is either true or false.

See Also

© 2007 Microsoft Corporation. All rights reserved.