Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Properties for TheirServerItem. Not populated until DownloadProperties() or GetPropertiesMergeSummary is called.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property TheirProperties As ReadOnlyCollection(Of PropertyValue)
public ReadOnlyCollection<PropertyValue> TheirProperties { get; private set; }
public:
property ReadOnlyCollection<PropertyValue^>^ TheirProperties {
ReadOnlyCollection<PropertyValue^>^ get ();
private: void set (ReadOnlyCollection<PropertyValue^>^ value);
}
member TheirProperties : ReadOnlyCollection<PropertyValue> with get, private set
function get TheirProperties () : ReadOnlyCollection<PropertyValue>
private function set TheirProperties (value : ReadOnlyCollection<PropertyValue>)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
The properties for TheirServerItem.
.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.