Share via


WorkflowNotification.Content Propriedade

 

Obtém ou define Content.

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

Sintaxe

[DataMemberAttribute(EmitDefaultValue = false)]
public object Content {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Object^ Content {
    [CompilerGeneratedAttribute]
    Object^ get();
    [CompilerGeneratedAttribute]
    void set(Object^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Content : Object with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Content As Object

Valor de propriedade

Type: System.Object

Content é um dicionário de propriedades definidas pelo usuário transmitido para a instância do workflow.

Consulte também

Classe WorkflowNotification
Namespace Microsoft.Workflow.Client

Retornar ao topo