ChangedIdentities.Identities Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Identities As IList(Of Identity)
[DataMemberAttribute]
public IList<Identity> Identities { get; private set; }
[DataMemberAttribute]
public:
property IList<Identity^>^ Identities {
IList<Identity^>^ get ();
private: void set (IList<Identity^>^ value);
}
[<DataMemberAttribute>]
member Identities : IList<Identity> with get, private set
function get Identities () : IList<Identity>
private function set Identities (value : IList<Identity>)
Property Value
Type: System.Collections.Generic.IList<Identity>
.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.