MethodData.Origin Property

Definition

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