ParameterBindingException.TypeSpecified 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 that was specified as the parameter value.
public:
property Type ^ TypeSpecified { Type ^ get(); };
public:
property Platform::Type ^ TypeSpecified { Platform::Type ^ get(); };
public Type TypeSpecified { get; }
member this.TypeSpecified : Type
Public ReadOnly Property TypeSpecified As Type