2 references to PrincipalPermissionRoleProperty
System.WorkflowServices (2)
System\Workflow\Activities\OperationInfoBase.cs (2)
67get { return (string) this.GetValue(OperationInfoBase.PrincipalPermissionRoleProperty); } 68set { this.SetValue(OperationInfoBase.PrincipalPermissionRoleProperty, value); }