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