Share via


ScopeDescription.LastRevised Property

 

Gets the last time this scope was revised.

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

Syntax

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

Property Value

Type: System.DateTime

UTC based DataTime when this scope was last revised.

See Also

ScopeDescription Class
Microsoft.Workflow.Client Namespace

Return to top