Поделиться через


PropertyInformation.Source Свойство

Определение

Возвращает исходный файл, соответствующий атрибуту конфигурации.

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

Значение свойства

Исходный PropertyInformation файл объекта.

Примеры

В следующем примере кода показано, как использовать Source свойство. Этот пример кода является частью более крупного примера, предоставленного для PropertyInformation класса.

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

Применяется к