Share via


CustomAttributesPropertyExtender.Path Property

Gets a string that can be used to uniquely identify this ElementViewModel.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Path As String
public override string Path { get; }
public:
virtual property String^ Path {
    String^ get () override;
}
public override function get Path () : String

See Also

CustomAttributesPropertyExtender Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace