MethodData.Origin 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.
Gets the name of the management class in which the method was first introduced in the class inheritance hierarchy.
public:
property System::String ^ Origin { System::String ^ get(); };
public string Origin { get; }
member this.Origin : string
Public ReadOnly Property Origin As String
Property Value
Returns a String value containing the name of the class in which the method was first introduced in the class inheritance hierarchy.
Remarks
Property Value
A string representing the originating management class name.
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Applies to
.NET