ProjectDataSet.AssignmentCustomFieldsRow.INDICATOR_VALUE property
Especifica o valor do campo personalizado se a propriedade FIELD_TYPE_ENUM estiver definida como digitar INDICATOR.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property INDICATOR_VALUE As Integer
Get
Set
'Uso
Dim instance As ProjectDataSet.AssignmentCustomFieldsRow
Dim value As Integer
value = instance.INDICATOR_VALUE
instance.INDICATOR_VALUE = value
public int INDICATOR_VALUE { get; set; }
Property value
Type: System.Int32
Ver também
Referência
ProjectDataSet.AssignmentCustomFieldsRow class