Compartir vía


PropertyInformation.Source Propiedad

Definición

Obtiene el archivo de origen que corresponde a un atributo de configuración.

public:
 property System::String ^ Source { System::String ^ get(); };
public string Source { get; }
member this.Source : string
Public ReadOnly Property Source As String

Valor de propiedad

Archivo de origen del PropertyInformation objeto.

Ejemplos

En el ejemplo de código siguiente se muestra cómo usar la Source propiedad . Este ejemplo de código forma parte de un ejemplo más grande proporcionado para la PropertyInformation clase .

// Display the Source property.
Console.WriteLine("Source: {0}", propertyItem.Source);
' Display the Source property.
Console.WriteLine("Source: {0}", propertyItem.Source)

Se aplica a