ExcludesValueType.Value Propriedade

Definição

O Value propriedade obtém ou define uma máscara de bits 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

String

O Value propriedade retorna uma string representando um uma máscara de bits decimal ou hexadecimal.

Comentários

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

Aplica-se a