Share via


ResourceInfo.EntityName Field

banner art

Specifies the schema name of the type of entity.

Syntax

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

Remarks

The entity name is all lowercase. For more information about naming conventions, see Entity Names.

See Also

© 2007 Microsoft Corporation. All rights reserved.