XamlDataDrivenToolTask.IsPropertySet(String) 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.
Returns true if the property has a value in the list of active tool switches
public:
bool IsPropertySet(System::String ^ propertyName);
public bool IsPropertySet (string propertyName);
member this.IsPropertySet : string -> bool
Public Function IsPropertySet (propertyName As String) As Boolean
Parameters
- propertyName
- String
The name of the property.
Returns
true
if the property is set.