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