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