ProjectDataSet.ProjectResourceRow.RES_INITIALS property
Specifies a short name for the resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_INITIALS As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As String
value = instance.RES_INITIALS
instance.RES_INITIALS = value
public string RES_INITIALS { get; set; }
Property value
Type: System.String
Remarks
RES_INITIALS is usually 2–3 characters long.
See also
Reference
ProjectDataSet.ProjectResourceRow class