/// <summary>
 /// Get adoxio_formelementuploadfield_PrincipalObjectAttributeAccesses from
 /// adoxio_formelementuploadfields
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioFormelementuploadfieldid'>
 /// key: adoxio_formelementuploadfieldid of adoxio_formelementuploadfield
 /// </param>
 /// <param name='principalobjectattributeaccessid'>
 /// key: principalobjectattributeaccessid of principalobjectattributeaccess
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMprincipalobjectattributeaccess PrincipalObjectAttributeAccessesByKey(this IFormelementuploadfieldprincipalobjectattributeaccesses operations, string adoxioFormelementuploadfieldid, string principalobjectattributeaccessid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.PrincipalObjectAttributeAccessesByKeyAsync(adoxioFormelementuploadfieldid, principalobjectattributeaccessid, select, expand).GetAwaiter().GetResult());
 }