Proprietà GetConfigurationValue.DefaultValue

Ottiene o imposta il valore predefinito da restituire se non è stato trovato alcun valore di configurazione.

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

Sintassi

'Dichiarazione
Public Property DefaultValue As InArgument(Of String)
    Get 
    Set
'Utilizzo
Dim instance As GetConfigurationValue 
Dim value As InArgument(Of String)

value = instance.DefaultValue

instance.DefaultValue = value
public InArgument<string> DefaultValue { get; set; }
public:
property InArgument<String^>^ DefaultValue {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
member DefaultValue : InArgument<string> with get, set
function get DefaultValue () : InArgument<String>
function set DefaultValue (value : InArgument<String>)

Valore proprietà

Tipo: System.Activities.InArgument<String>
Restituisce il valore predefinito configurato.

Vedere anche

Riferimento

GetConfigurationValue Classe

Spazio dei nomi Microsoft.Activities