IVsDataMappedObjectSubstitutionValue.MappedRestrictions Property

Gets the mapped restrictions that are to be converted to underlying restrictions.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property MappedRestrictions As ICollection(Of String)
ICollection<string> MappedRestrictions { get; }
property ICollection<String^>^ MappedRestrictions {
    ICollection<String^>^ get ();
}
abstract MappedRestrictions : ICollection<string> with get
function get MappedRestrictions () : ICollection<String>

Property Value

Type: System.Collections.Generic.ICollection<String>
A collection of string values representing the restrictions that are to be converted to the underlying restrictions.

.NET Framework Security

See Also

Reference

IVsDataMappedObjectSubstitutionValue Interface

Microsoft.VisualStudio.Data.Services Namespace