Identity.MemberOf 属性

命名空间:  Microsoft.VisualStudio.Services.Identity
程序集:  Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)

语法

声明
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property MemberOf As ICollection(Of IdentityDescriptor)
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ICollection<IdentityDescriptor> MemberOf { get; set; }

属性值

类型:System.Collections.Generic.ICollection<IdentityDescriptor>

.NET Framework 安全性

请参阅

参考

Identity 类

Microsoft.VisualStudio.Services.Identity 命名空间