XamlDataDrivenToolTask.IsPropertySet(String) Method

Definition

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.

Applies to