SetAccessControlEntriesInfo.Merge Property

Namespace:  Microsoft.VisualStudio.Services.Security
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Merge As Boolean
[DataMemberAttribute]
public bool Merge { get; private set; }
[DataMemberAttribute]
public:
property bool Merge {
    bool get ();
    private: void set (bool value);
}
[<DataMemberAttribute>]
member Merge : bool with get, private set
function get Merge () : boolean 
private function set Merge (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SetAccessControlEntriesInfo Class

Microsoft.VisualStudio.Services.Security Namespace