ProvideEditorLogicalViewAttribute.IsTrusted Property

Definition

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, set
Public Property IsTrusted As Boolean

Property 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.

Applies to