Proprietà ToString.Format

 

Ottiene o imposta il formato da utilizzare.

Spazio dei nomi:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

[DefaultValueAttribute(null)]
public InArgument<string> Format {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property InArgument<String^>^ Format {
    [CompilerGeneratedAttribute]
    InArgument<String^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<String^>^ value);
}
[<DefaultValueAttribute(null)>]
member Format : InArgument<string> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Format As InArgument(Of String)

Valore proprietà

Type: System.Activities.InArgument<String>

Restituisce il formato da utilizzare.

Vedere anche

Classe ToString
Spazio dei nomi Microsoft.Activities.Expressions

Torna all'inizio