ProjectPropertyValues.FlagValue-Eigenschaft
Dient zum Abrufen oder Festlegen des Werts einer Eigenschaft Kennzeichnung.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property FlagValue As Boolean
Get
Set
'Usage
Dim instance As ProjectPropertyValues
Dim value As Boolean
value = instance.FlagValue
instance.FlagValue = value
[DataMemberAttribute]
public bool FlagValue { get; set; }
Eigenschaftswert
Typ: System.Boolean
Ein boolescher Wert.