IVsDataMappedObjectSubstitutionValue.MappedRestrictions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the mapped restrictions that are to be converted to underlying restrictions.
public:
property System::Collections::Generic::ICollection<System::String ^> ^ MappedRestrictions { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> MappedRestrictions { get; }
member this.MappedRestrictions : System.Collections.Generic.ICollection<string>
Public ReadOnly Property MappedRestrictions As ICollection(Of String)
Property Value
A collection of string values representing the restrictions that are to be converted to the underlying restrictions.