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
- 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.