ResourceDataSet.ResourcesRow.RES_INITIALS property
A short name for the resource, such as the initials of a person.
Namespace: WebSvcWorkflow
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
See also
Reference
ResourceDataSet.ResourcesRow class