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