ActiveDirectorySite.Location Propiedad

Definición

Obtiene o establece la ubicación del sitio.

public:
 property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
public string Location { get; set; }
public string? Location { get; set; }
member this.Location : string with get, set
Public Property Location As String

Valor de propiedad

Valor de cadena que obtiene o establece la ubicación del sitio.

Excepciones

Una llamada al servicio de directorio subyacente produjo un error.

El objeto se ha eliminado.

Se aplica a

Consulte también