Compartir a través de


ExcludesValueType.Value Propiedad

Definición

La Value propiedad obtiene o establece una máscara de bits decimal o 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 de propiedad

La Value propiedad devuelve una cadena que representa una máscara de bits decimal o hexadecimal.

Comentarios

El Value valor de la propiedad debe cumplir la siguiente expresión regular: ((0x|0X)[0-9A-Fa-f]*)|( [0-9]*).

Se aplica a