ContentHash.Value Propriedade
Obrigatório. Obtém ou define o valor de hash esperada do conteúdo.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe ContentHash
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo