Version

Name Property (Resource)

Specifies the display name of the Resource.
Syntax
'Declaration
 
Public Property Name As String
public string Name {get; set;}
Remarks

This is the user-friendly name of the Resource. It is required to be unique so WebSchedule applications can specify the ActiveResourceName for the resource whose scheduling information is to be displayed. If the names of Resources are not unique within your organization, consider using the Description property for this purpose instead.

Note: This property corresponds to the [ResourceName] column in the WebSchedule data model, because "Name" is a reserved word in SQL.

ResourceFromName
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Resource Class
Resource Members
Key Property
ResourceFromName