DynamicKeyword.ImplementingModule 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 name of the module that implements the function corresponding to this keyword.
public:
property System::String ^ ImplementingModule { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ImplementingModule { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ImplementingModule { get; set; }
member this.ImplementingModule : string with get, set
Public Property ImplementingModule As String