AttributesContainer.ContainerName Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AttributesContainer Class

Microsoft.VisualStudio.Services.Profile Namespace