ProvideEditorLogicalViewAttribute.IsTrusted 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.
Get or set the trust flag for this logical view. If a view is not trusted, it can not be opened from a wizard or automation code.
public:
 property bool IsTrusted { bool get(); void set(bool value); };public:
 property bool IsTrusted { bool get(); void set(bool value); };public bool IsTrusted { get; set; }member this.IsTrusted : bool with get, setPublic Property IsTrusted As BooleanProperty Value
true if the logical view is trusted, otherwise false.
Remarks
If a view is not trusted, it can not be opened from a wizard or automation code.