HandleExternalEventActivity::IDynamicPropertyTypeProvider::GetPropertyType Method (IServiceProvider^, String^)
.NET Framework (current version)
Returns the Type of the specified property.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
private: virtual Type^ GetPropertyType( IServiceProvider^ serviceProvider, String^ propertyName ) sealed = IDynamicPropertyTypeProvider::GetPropertyType
Parameters
- serviceProvider
-
Type:
System::IServiceProvider^
An object that implements IServiceProvider to provide access to design time services if they are required.
- propertyName
-
Type:
System::String^
The name of the property.
Return Value
Type: System::Type^The Type for the property whose name is passed as the propertyName parameter.
Used at compile time to validate whether the properties are correctly bound to one other.
.NET Framework
Available since 3.0
Available since 3.0
Show: