Share via


IsEmptyString.CheckForWhiteSpace Property

 

Gets or sets whether or not to check white space.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[DefaultValueAttribute(false)]
public bool CheckForWhiteSpace {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(false)]
property bool CheckForWhiteSpace {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member CheckForWhiteSpace : bool with get, set
<DefaultValueAttribute(False)>
Public Property CheckForWhiteSpace As Boolean

Property Value

Type: System.Boolean

Returns whether or not to check white space.

See Also

IsEmptyString Class
Microsoft.Activities.Expressions Namespace

Return to top