Share via


PropertyInformation.Source Propriété

Définition

Obtient le fichier source qui correspond à un attribut de configuration.

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

Valeur de propriété

Fichier source de l'objet PropertyInformation.

Exemples

L’exemple de code suivant montre comment utiliser la Source propriété . Cet exemple de code fait partie d’un exemple plus grand fourni pour la PropertyInformation classe .

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

S’applique à