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 BaseServerItem. 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 BaseProperties As ReadOnlyCollection(Of PropertyValue)
public ReadOnlyCollection<PropertyValue> BaseProperties { get; private set; }
public:
property ReadOnlyCollection<PropertyValue^>^ BaseProperties {
ReadOnlyCollection<PropertyValue^>^ get ();
private: void set (ReadOnlyCollection<PropertyValue^>^ value);
}
member BaseProperties : ReadOnlyCollection<PropertyValue> with get, private set
function get BaseProperties () : ReadOnlyCollection<PropertyValue>
private function set BaseProperties (value : ReadOnlyCollection<PropertyValue>)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
.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.