ResourceDataSet.ResourcesRow.RES_INITIALS property
Specifies a short name for the resource, such as the initials of a person.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_INITIALS As String
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String
value = instance.RES_INITIALS
instance.RES_INITIALS = value
public string RES_INITIALS { get; set; }
Property value
Type: System.String
A string that contains a set of initials.
Remarks
RES_INITIALS is usually two or three characters.
See also
Reference
ResourceDataSet.ResourcesRow class