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.
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.