PropertyData.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 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.