ProfileQueryContext.ContainerName Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ContainerName As String
[DataMemberAttribute]
public string ContainerName { get; private set; }
[DataMemberAttribute]
public:
property String^ ContainerName {
    String^ get ();
    private: void set (String^ value);
}
[<DataMemberAttribute>]
member ContainerName : string with get, private set
function get ContainerName () : String 
private function set ContainerName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProfileQueryContext Class

Microsoft.VisualStudio.Services.Profile Namespace