Edit

Share via


ContributionBase.VisibleTo Property

Definition

VisibleTo can be used to restrict whom can reference a given contribution/type. This value should be a list of publishers or extensions access is restricted too.

Examples: "ms" - Means only the "ms" publisher can reference this. "ms.vss-web" - Means only the "vss-web" extension from the "ms" publisher can reference this.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Order=40)]
public System.Collections.Generic.List<string> VisibleTo { get; set; }
member this.VisibleTo : System.Collections.Generic.List<string> with get, set
Public Property VisibleTo As List(Of String)

Property Value

Attributes

Applies to