Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extra namespace modifier for view customization
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property NamespaceSuffix As String
public string NamespaceSuffix { get; private set; }
public:
property String^ NamespaceSuffix {
String^ get ();
private: void set (String^ value);
}
member NamespaceSuffix : string with get, private set
function get NamespaceSuffix () : String
private function set NamespaceSuffix (value : String)
Property Value
Type: System.String
Returns String.
.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.