ProjectResourceCreationInformation.Notes-Eigenschaft
Ruft ab oder legt die Hinweise zur Projektressource.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Notes As String
Get
Set
'Usage
Dim instance As ProjectResourceCreationInformation
Dim value As String
value = instance.Notes
instance.Notes = value
[RemoteAttribute]
public string Notes { get; set; }
Eigenschaftswert
Typ: System.String
Anmerkungen zu dieser Ressource.
Siehe auch
Referenz
ProjectResourceCreationInformation Klasse