InjectedProperty.PropertyName Property

Gets the name of the injected property.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Property PropertyName As String
public string PropertyName { get; private set; }
public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
public function get PropertyName () : String
public function set PropertyName (value : String)

See Also

InjectedProperty Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel Namespace