GetDateField.DateField Property

 

Gets or sets the field of the date to retrieve.

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

Syntax

public DateField DateField {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property DateField DateField {
    [CompilerGeneratedAttribute]
    DateField get();
    [CompilerGeneratedAttribute]
    void set(DateField value);
}
member DateField : DateField with get, set
Public Property DateField As DateField

Property Value

Type: Microsoft.Activities.Expressions.DateField

Returns the field of the date to retrieve.

See Also

GetDateField Class
Microsoft.Activities.Expressions Namespace

Return to top