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