Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the full name of the resource.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_NAME As String
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String
value = instance.RES_NAME
instance.RES_NAME = value
public string RES_NAME { get; set; }
Property value
Type: System.String
Remarks
RES_NAME cannot be a duplicate of another enterprise resource.
See also
Reference
ResourceDataSet.ResourcesRow class