EntityMetadata.AutoCreateAccessTeams Property

Definition

Gets or sets whether the entity is enabled for auto created access teams.

public:
 property Nullable<bool> AutoCreateAccessTeams { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember]
public bool? AutoCreateAccessTeams { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AutoCreateAccessTeams : Nullable<bool> with get, set
Public Property AutoCreateAccessTeams As Nullable(Of Boolean)

Property Value

true if the entity will be enabled for auto created access teams; otherwise, false.

Attributes

Remarks

For more information about access teams, see Use access teams and owner teams to collaborate and share information.

Applies to