PropertyData.Origin Property

Definition

Gets the name of the WMI class in the hierarchy in which the property was introduced.

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 WMI class in the hierarchy in which the property was introduced.

Remarks

Property Value

A string containing the name of the originating WMI class.

.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