Freigeben über


WorkflowDescription.LastModified-Eigenschaft

 

Ruft die LastModified-UTC-Uhrzeit des Workflows ab oder legt sie fest.

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

Eigenschaftswert

Type: System.DateTime

Die DateTime-Angabe (UTC).

Siehe auch

WorkflowDescription-Klasse
Microsoft.Workflow.Client-Namespace

Zurück zum Anfang