AccountHostMapping.MappingFlags Property
Details about mapping, such as whether the host was pre-created and assigned, or created on demand.
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property MappingFlags As AccountHostMappingFlags
public AccountHostMappingFlags MappingFlags { get; set; }
public:
property AccountHostMappingFlags MappingFlags {
AccountHostMappingFlags get ();
void set (AccountHostMappingFlags value);
}
member MappingFlags : AccountHostMappingFlags with get, set
function get MappingFlags () : AccountHostMappingFlags
function set MappingFlags (value : AccountHostMappingFlags)
Property Value
Type: Microsoft.VisualStudio.Services.Account.AccountHostMappingFlags
.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.