IdentityPropertiesView.EffectiveNamespace Property
Effective property name prefix for view property methods.
Its value is: Namespace + NamespaceSuffix
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property EffectiveNamespace As String
public string EffectiveNamespace { get; private set; }
public:
property String^ EffectiveNamespace {
String^ get ();
private: void set (String^ value);
}
member EffectiveNamespace : string with get, private set
function get EffectiveNamespace () : String
private function set EffectiveNamespace (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.