AccessMapping.AccessPoint Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
‘선언
Public Property AccessPoint As String
Get
Friend Set
public string AccessPoint { get; internal set; }
public:
property String^ AccessPoint {
String^ get ();
internal: void set (String^ value);
}
member AccessPoint : string with get, internal set
function get AccessPoint () : String
internal function set AccessPoint (value : String)
Property Value
Type: System.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.