SetInheritFlagInfo.Inherit Property
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Inherit As Boolean
[DataMemberAttribute]
public bool Inherit { get; private set; }
[DataMemberAttribute]
public:
property bool Inherit {
bool get ();
private: void set (bool value);
}
[<DataMemberAttribute>]
member Inherit : bool with get, private set
function get Inherit () : boolean
private function set Inherit (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.