IDTSProject100.ProtectionLevelRequireConsistency 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 whether consistency is required for the level of protection on the project.
public:
property bool ProtectionLevelRequireConsistency { bool get(); };
[System.Runtime.InteropServices.DispId(1610678289)]
public bool ProtectionLevelRequireConsistency { get; }
[<System.Runtime.InteropServices.DispId(1610678289)>]
member this.ProtectionLevelRequireConsistency : bool
Public ReadOnly Property ProtectionLevelRequireConsistency As Boolean
Property Value
True if consistency is required for the level of protection on the project; otherwise, false.
- Attributes