ActivityDescription.LastModified Property

 

Gets DateTime when the activity was last modified.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public DateTime LastModified {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property DateTime LastModified {
    [CompilerGeneratedAttribute]
    DateTime get();
    [CompilerGeneratedAttribute]
    private: void set(DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member LastModified : DateTime with get, private set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property LastModified As Date
    Get
    Private Set
End Property

Property Value

Type: System.DateTime

UTC DateTime.

See Also

ActivityDescription Class
Microsoft.Workflow.Client Namespace

Return to top