EntityMetadata.AutoCreateAccessTeams 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 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.