PublishedProjectResource.Initials property
Gets the short name for the resource.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Initials As String
Get
'Usage
Dim instance As PublishedProjectResource
Dim value As String
value = instance.Initials
[RemoteAttribute]
public string Initials { get; }
Property value
Type: System.String
The short name for the resource.
See also
Reference
PublishedProjectResource class