LocationMapping.AccessMappingMoniker Property

Namespace:  Microsoft.VisualStudio.Services.Location
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AccessMappingMoniker As String
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public string AccessMappingMoniker { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property String^ AccessMappingMoniker {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AccessMappingMoniker : string with get, set
function get AccessMappingMoniker () : String 
function set AccessMappingMoniker (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

LocationMapping Class

Microsoft.VisualStudio.Services.Location Namespace