Skip to content

Commit f921e5c

Browse files
committed
Minor change
1 parent 9583339 commit f921e5c

File tree

1 file changed

+2
-2
lines changed
  • dataverse/orgsvc/CSharp-NETCore/Relationships/AssociateDisassociate

1 file changed

+2
-2
lines changed

dataverse/orgsvc/CSharp-NETCore/Relationships/AssociateDisassociate/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace PowerPlatform_Dataverse_CodeSamples
99
{
1010
internal class Program
1111
{
12-
// <AssociateDisassociate>
12+
// <snippetAssociateDisassociate>
1313
/// <summary>
1414
/// Associate a primary entity with one or more other entities,
1515
/// then remove the association.
@@ -51,7 +51,7 @@ EntityReferenceCollection relatedEntities
5151
return false;
5252
}
5353
}
54-
// </AssociateDisassociate>
54+
// </snippetAssociateDisassociate>
5555

5656
/// <summary>
5757
/// Contains the application's configuration settings.

0 commit comments

Comments
 (0)