ResourcePlanDataSet.PlanResourcesRow.RES_INITIALS property
Gets or sets the initials that are associated with the specified resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_INITIALS As String
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
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.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class