Freigeben über


PropertyInformation.Source Eigenschaft

Definition

Ruft die Quelldatei ab, die einem Konfigurationsattribut entspricht.

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

Eigenschaftswert

Die Quelldatei des PropertyInformation-Objekts.

Beispiele

Im folgenden Codebeispiel wird die Verwendung der Source -Eigenschaft veranschaulicht. Dieses Codebeispiel ist Teil eines größeren Beispiels, das für die PropertyInformation-Klasse bereitgestellt wird.

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

Gilt für: