Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the removed properties on the list.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property RemovedProperties As List(Of String)
public List<string> RemovedProperties { get; private set; }
public:
property List<String^>^ RemovedProperties {
List<String^>^ get ();
private: void set (List<String^>^ value);
}
member RemovedProperties : List<string> with get, private set
function get RemovedProperties () : List<String>
private function set RemovedProperties (value : List<String>)
Property Value
Type: System.Collections.Generic.List<String>
The removed properties on the list.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.