DirectoryVirtualListView::Target Property

 

The Target property gets or sets a value to indicate the target entry that was requested by the client.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
[DSDescriptionAttribute("DSTarget")]
[TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
property String^ Target {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains the target entry that was requested by the client.

.NET Framework
Available since 2.0
Return to top
Show: