LocationMapping.AccessMappingMoniker Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The access mapping that this location is for.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property AccessMappingMoniker As String
[ClientPropertyAttribute(ClientVisibility.Private)]
public string AccessMappingMoniker { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property String^ AccessMappingMoniker {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member AccessMappingMoniker : string with get, set
function get AccessMappingMoniker () : String 
function set AccessMappingMoniker (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

LocationMapping Class

Microsoft.TeamFoundation.Framework.Server Namespace