Share via


RulesPreCopyEventArgs.Rules Property

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Property Rules As Guid()
    Get
    Set
'Usage
Dim instance As RulesPreCopyEventArgs
Dim value As Guid()

value = instance.Rules

instance.Rules = value
public Guid[] Rules { get; set; }

Property Value

Type: []

See Also

Reference

RulesPreCopyEventArgs Class

RulesPreCopyEventArgs Members

Microsoft.Office.Project.Server.Events Namespace