Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub EnsureThatRequiredDataFieldExists( _ ByVal activity As Activity, _ ByVal name As String, _ ByVal datatype As DataTypes, _ ByVal fieldscope As FieldScope _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim activity As Activity Dim name As String Dim datatype As DataTypes Dim fieldscope As FieldScope Common.EnsureThatRequiredDataFieldExists(activity, name, datatype, fieldscope) |
C# | |
---|---|
public static void EnsureThatRequiredDataFieldExists( Activity activity, string name, DataTypes datatype, FieldScope fieldscope ) |
C++/CLI | |
---|---|
public: static void EnsureThatRequiredDataFieldExists( Activity^ activity, String^ name, DataTypes datatype, FieldScope fieldscope ) |
Parameters
- activity
- The activity.
- name
- The name.
- datatype
- The datatype.
- fieldscope
- The fieldscope.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2