IdentityBatchInfo.IdentityIds 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 IdentityIds As IdentityIdCollection
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public IdentityIdCollection IdentityIds { get; private set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property IdentityIdCollection^ IdentityIds {
IdentityIdCollection^ get ();
private: void set (IdentityIdCollection^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member IdentityIds : IdentityIdCollection with get, private set
function get IdentityIds () : IdentityIdCollection
private function set IdentityIds (value : IdentityIdCollection)
Property Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityIdCollection
.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.