File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1111namespace NetOffice . OfficeApi . Enums
1212{
1313 /// <summary>
14- /// SupportByVersion Office 16
14+ /// Indicates the assignment method in a <see cref="LabelInfo"/> object.
1515 /// </summary>
16- /// <remarks>
17- /// Specifies the assignment method for a sensitivity label.
18- /// <para>MSDN Online Documentation: <see href="https://learn.microsoft.com/en-us/office/vba/api/office.msoassignmentmethod"/></para>
16+ /// <remarks>
17+ /// <para>MSDN Online Documentation: <see href="https://learn.microsoft.com/en-us/office/vba/api/overview/library-reference/msoassignmentmethod-enumeration-office"/></para>
1918 /// </remarks>
2019 [ SupportByVersion ( "Office" , 16 ) ]
2120 [ EntityType ( EntityType . IsEnum ) ]
2221 public enum MsoAssignmentMethod
2322 {
2423 /// <summary>
25- /// SupportByVersion Office 16
24+ /// The label is applied by default.
2625 /// </summary>
2726 /// <remarks>0</remarks>
2827 [ SupportByVersion ( "Office" , 16 ) ]
2928 STANDARD = 0 ,
3029
3130 /// <summary>
32- /// SupportByVersion Office 16
31+ /// The label was manually selected.
3332 /// </summary>
3433 /// <remarks>1</remarks>
3534 [ SupportByVersion ( "Office" , 16 ) ]
3635 PRIVILEGED = 1 ,
3736
3837 /// <summary>
39- /// SupportByVersion Office 16
38+ /// The label is applied automatically.
4039 /// </summary>
4140 /// <remarks>2</remarks>
4241 [ SupportByVersion ( "Office" , 16 ) ]
You can’t perform that action at this time.
0 commit comments