PropertyInformation.Source Proprietà

Definizione

Ottiene il file di origine che corrisponde a un attributo di configurazione.

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

Valore della proprietà

File di origine dell'oggetto PropertyInformation.

Esempio

Nell'esempio di codice seguente viene illustrato come usare la Source proprietà. Questo esempio di codice fa parte di un esempio più grande fornito per la PropertyInformation classe.

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

Si applica a