| ExplorerBrowserLocation Property  | 
 
            Gets or sets the current location.
            
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
Syntax[TypeConverterAttribute(typeof(ItemIdListConverter))]
public ItemIdList Location { get; set; }<TypeConverterAttribute(GetType(ItemIdListConverter))>
Public Property Location As ItemIdList
	Get
	Set
public:
[TypeConverterAttribute(typeof(ItemIdListConverter))]
property ItemIdList^ Location {
	ItemIdList^ get ();
	void set (ItemIdList^ value);
}[<TypeConverterAttribute(typeof(ItemIdListConverter))>]
member Location : ItemIdList with get, set
Property Value
Type: 
ItemIdListA 
ItemIdList instance.
 See Also
See Also