CustomField.RollupType-Eigenschaft
Ruft ab oder legt fest, den das benutzerdefinierte Feld zu Sammelvorgängen Rollup wie.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property RollupType As CustomFieldRollupType
Get
Set
'Usage
Dim instance As CustomField
Dim value As CustomFieldRollupType
value = instance.RollupType
instance.RollupType = value
[RemoteAttribute]
public CustomFieldRollupType RollupType { get; set; }
Eigenschaftswert
Typ: Microsoft.ProjectServer.Client.CustomFieldRollupType
Der Typ des benutzerdefinierten Felds Rollup.
Hinweise
Beispielsweise wenn ein benutzerdefiniertes Feld Aufgabe vom Typ NUMBER istund die RollupTypeCustomFieldRollupType.Averageist, enthält klicken Sie dann ein benutzerdefiniertes Feld in einem Sammelvorgang den Durchschnittswert dieses benutzerdefinierte Feld in alle Teilvorgänge.