RulesPreCreateEventArgs.RuleInformation propriedade
Reservado para uso interno.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Property RuleInformation As RulesDataSet
Get
Set
'Uso
Dim instance As RulesPreCreateEventArgs
Dim value As RulesDataSet
value = instance.RuleInformation
instance.RuleInformation = value
public RulesDataSet RuleInformation { get; set; }
Valor de propriedade
Tipo: RulesDataSet
Ver também
Referência
RulesPreCreateEventArgs classe