StatusingAssignmentsDataSet.AssignmentsRow.WASSN_IS_NEW_ASSN propriedade
Obtém ou define o campo de administração de web que indica se a atribuição for criada recentemente.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property WASSN_IS_NEW_ASSN As Boolean
Get
Set
'Uso
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Boolean
value = instance.WASSN_IS_NEW_ASSN
instance.WASSN_IS_NEW_ASSN = value
public bool WASSN_IS_NEW_ASSN { get; set; }
Valor de propriedade
Tipo: System.Boolean
Ver também
Referência
StatusingAssignmentsDataSet.AssignmentsRow classe