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.
Null if there were conflicts
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property MergedProperties As ReadOnlyCollection(Of PropertyValue)
public ReadOnlyCollection<PropertyValue> MergedProperties { get; internal set; }
public:
property ReadOnlyCollection<PropertyValue^>^ MergedProperties {
ReadOnlyCollection<PropertyValue^>^ get ();
internal: void set (ReadOnlyCollection<PropertyValue^>^ value);
}
member MergedProperties : ReadOnlyCollection<PropertyValue> with get, internal set
function get MergedProperties () : ReadOnlyCollection<PropertyValue>
internal function set MergedProperties (value : ReadOnlyCollection<PropertyValue>)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
The read only collection of merged properties.
.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.