Freigeben über


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

See Also

Reference

IdentityBatchInfo Class

Microsoft.VisualStudio.Services.Identity Namespace