PSCodeProperty.TypeNameOfValue 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 type of the value for this member.
public:
virtual property System::String ^ TypeNameOfValue { System::String ^ get(); };
public:
virtual property Platform::String ^ TypeNameOfValue { Platform::String ^ get(); };
public override string TypeNameOfValue { get; }
member this.TypeNameOfValue : string
Public Overrides ReadOnly Property TypeNameOfValue As String
Property Value
Exceptions
If there is no property getter.