Freigeben über


IdentityBatchInfo.PropertyNames 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 PropertyNames As IEnumerable(Of String)
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public IEnumerable<string> PropertyNames { get; private set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property IEnumerable<String^>^ PropertyNames {
    IEnumerable<String^>^ get ();
    private: void set (IEnumerable<String^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member PropertyNames : IEnumerable<string> with get, private set
function get PropertyNames () : IEnumerable<String>
private function set PropertyNames (value : IEnumerable<String>)

Property Value

Type: System.Collections.Generic.IEnumerable<String>

.NET Framework Security

See Also

Reference

IdentityBatchInfo Class

Microsoft.VisualStudio.Services.Identity Namespace