Compartilhar via


ExcludesValueType.Value Propriedade

Definição

A Value propriedade obtém ou define um bitmask decimal ou hexadecimal.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
Public Property Value As String

Valor da propriedade

A Value propriedade retorna uma cadeia de caracteres que representa um bitmask decimal ou hexadecimal.

Comentários

O Value valor da propriedade deve estar em conformidade com a seguinte expressão regular: ((0x|0X)[0-9A-Fa-f]*)|( [0-9]*).

Aplica-se a