PSMemberInfo.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:
abstract property System::String ^ TypeNameOfValue { System::String ^ get(); };
public:
abstract property Platform::String ^ TypeNameOfValue { Platform::String ^ get(); };
public abstract string TypeNameOfValue { get; }
member this.TypeNameOfValue : string
Public MustOverride ReadOnly Property TypeNameOfValue As String
Property Value
Exceptions
When there was a problem getting the property.