PSAliasProperty.ConversionType 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 to convert the referenced member's value. It might be null when no conversion is done.
public:
property Type ^ ConversionType { Type ^ get(); };
public:
property Platform::Type ^ ConversionType { Platform::Type ^ get(); };
public Type ConversionType { get; }
member this.ConversionType : Type
Public ReadOnly Property ConversionType As Type