Freigeben über


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

See Also

Reference

SetInheritFlagInfo Class

Microsoft.VisualStudio.Services.Security Namespace