ResourceDataSet.ResourcesRow.RES_INITIALS Property
Gets or sets a short name for the resource, such as the initials of a person.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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
Remarks
RES_INITIALS is usually two or three characters.
See Also
Reference
ResourceDataSet.ResourcesRow Class