CrmReference.name Field

banner art

Specifes the name of the referenced entity instance.

Syntax

[Visual Basic]
Public Field name As String

[C#]
public string name;

[JScript]
public var name : String;

Remarks

This field is read-only.

See Also

© 2007 Microsoft Corporation. All rights reserved.