Proprietà ContentHash.Value
Obbligatorio. Ottiene o imposta il valore hash previsto del contenuto.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Sintassi
public string Value { get; set; }
public:
property String^ Value {
String^ get();
void set(String^ value);
}
member Value : string with get, set
Public Property Value As String
Valore proprietà
Type: System.String
Vedere anche
Classe ContentHash
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models
Torna all'inizio