FieldDescription.SetParameterType(Type) Method
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.
Sets the ParameterTypeName, ParameterTypeFullName, and ParameterAssemblyFullName as a single operation.
public:
void SetParameterType(Type ^ parameterType);
public:
void SetParameterType(Platform::Type ^ parameterType);
public void SetParameterType (Type parameterType);
member this.SetParameterType : Type -> unit
Public Sub SetParameterType (parameterType As Type)
Parameters
- parameterType
- Type
The Type that sets the properties.
Exceptions
If parameterType
is null.