TeamPropertiesView.ViewNamespace Property

Property namespace for the view properties. By default the full name of view type will be the prefix for property names.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property ViewNamespace As String
protected virtual string ViewNamespace { get; }
protected:
virtual property String^ ViewNamespace {
    String^ get ();
}
abstract ViewNamespace : string with get 
override ViewNamespace : string with get
function get ViewNamespace () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamPropertiesView Class

Microsoft.TeamFoundation.Client Namespace