This documentation is archived and is not being maintained.

ItemSecurity::ServerItem Property

Gets or sets the server item that is associated with this item.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property String^ ServerItem {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The server item that is associated with this item.

Show: