2 references to ContractTypeProperty
System.WorkflowServices (2)
System\Workflow\Activities\TypedOperationInfo.cs (2)
50
get { return (Type) this.GetValue(TypedOperationInfo.
ContractTypeProperty
); }
51
set { this.SetValue(TypedOperationInfo.
ContractTypeProperty
, value); }