CodePropertyData.SetCodeReference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The setter code reference.
public:
property System::Reflection::MethodInfo ^ SetCodeReference { System::Reflection::MethodInfo ^ get(); void set(System::Reflection::MethodInfo ^ value); };
public System.Reflection.MethodInfo SetCodeReference { get; set; }
member this.SetCodeReference : System.Reflection.MethodInfo with get, set
Public Property SetCodeReference As MethodInfo