Share via


Profile.ApplicationContainer Property

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property ApplicationContainer As AttributesContainer
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public AttributesContainer ApplicationContainer { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property AttributesContainer^ ApplicationContainer {
    AttributesContainer^ get ();
    void set (AttributesContainer^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member ApplicationContainer : AttributesContainer with get, set
function get ApplicationContainer () : AttributesContainer 
function set ApplicationContainer (value : AttributesContainer)

Property Value

Type: Microsoft.VisualStudio.Services.Profile.AttributesContainer

.NET Framework Security

See Also

Reference

Profile Class

Microsoft.VisualStudio.Services.Profile Namespace